Click or drag to resize
KaxMenuSelectedItem Property
Gets a KaxMenuItem object that represents the selected item in the KaxMenu control.

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

Property Value

Type: KaxMenuItem
Remarks

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