Gets the
KaxMenu instance which contains the item.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public KaxMenu Menu { get; }
Public ReadOnly Property Menu As KaxMenu
Get
public:
property KaxMenu^ Menu {
KaxMenu^ get ();
}
member Menu : KaxMenu with get
Property Value
Type:
KaxMenuRemarks
Use this property to obtain an instance to the
KaxMenu object containing the item.
See Also