A newer version of this page is available.
Switch to the current version.
BootstrapMenu.RootItem Property
Provides access to the menu's root item.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v18.2.dll
Declaration
[Browsable(false)]
public BootstrapMenuItem RootItem { get; }
<Browsable(False)>
Public ReadOnly Property RootItem As BootstrapMenuItem
Property Value
Type | Description |
---|---|
BootstrapMenuItem | A BootstrapMenuItem object that is the root menu item. |
Remarks
The root item returned by this property serves as a container of the topmost level menu items and has no visual representation.
See Also
Feedback