BootstrapMenu.RootItem Property
Provides access to the menu’s root item.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
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