Skip to main content

BootstrapMenu.RootItem Property

Provides access to the menu’s root item.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[Browsable(false)]
public BootstrapMenuItem RootItem { get; }

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