Back to Devexpress

BootstrapMenuItem.Menu Property

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-dot-bootstrapmenuitem.md

latest1.2 KB
Original Source

BootstrapMenuItem.Menu Property

Gets the menu object to which the current menu item belongs.

Namespace : DevExpress.Web.Bootstrap

Assembly : DevExpress.Web.Bootstrap.v25.2.dll

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
[Browsable(false)]
public ASPxMenuBase Menu { get; }
vb
<Browsable(False)>
Public ReadOnly Property Menu As ASPxMenuBase

Property Value

TypeDescription
ASPxMenuBase

An ASPxMenuBase object representing the menu to which the menu item belongs.

|

See Also

Parent

BootstrapMenuItem Class

BootstrapMenuItem Members

DevExpress.Web.Bootstrap Namespace