KaxMenuSelectedItem Property |
Gets a KaxMenuItem object that represents the selected item in the KaxMenu
control.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public KaxMenuItem SelectedItem { get; }
Public ReadOnly Property SelectedItem As KaxMenuItem
Get
public:
property KaxMenuItem^ SelectedItem {
KaxMenuItem^ get ();
}
member SelectedItem : KaxMenuItem with get
Property Value
Type:
KaxMenuItemRemarks The user can select a item by clicking on it.
Use the SelectedItem property to determine which node is
selected in the KaxMenu control.
An item cannot be selected when it's configured to navigate to a given location.
See Also