KaxNavigationBarEventArgsItem Property |
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic KaxNavigationItem Item { get; }
Public ReadOnly Property Item As KaxNavigationItem
Get
public:
property KaxNavigationItem^ Item {
KaxNavigationItem^ get ();
}
member Item : KaxNavigationItem with get
Property Value
Type:
KaxNavigationItem
The referenced item in the
KaxMenu control when
the event is raised.
Remarks
Use this property to programmatically access the item referenced in the
KaxMenu when the event is raised.
See Also