Click or drag to resize
KaxNavigationBarSelectedItem Property
Gets the selected panel item.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public KaxNavigationItem SelectedItem { get; }

Property Value

Type: KaxNavigationItem
Returns the panel item which is currently selected. If no item is selected the SelectedItem property will return null (Nothing in VB.NET).
See Also