KaxNavigationBarSelectedItem Property |
Gets the selected panel item.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic KaxNavigationItem SelectedItem { get; }
Public ReadOnly Property SelectedItem As KaxNavigationItem
Get
public:
property KaxNavigationItem^ SelectedItem {
KaxNavigationItem^ get ();
}
member SelectedItem : KaxNavigationItem with 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