BootstrapMenuItem.Menu Property
In This Article
Gets the menu object to which the current menu item belongs.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.2.dll
NuGet Package: DevExpress.Web.Bootstrap
#Declaration
[Browsable(false)]
public ASPxMenuBase Menu { get; }
#Property Value
Type | Description |
---|---|
ASPx |
An ASPx |
See Also