KaxMenuEventArgsItem Property |
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic KaxMenuItem Item { get; }
Public ReadOnly Property Item As KaxMenuItem
Get
public:
property KaxMenuItem^ Item {
KaxMenuItem^ get ();
}
member Item : KaxMenuItem with get
Property Value
Type:
KaxMenuItem
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