Skip to main content
A newer version of this page is available. .

BootstrapMenu.RootItem Property

Provides access to the menu’s root item.

Namespace: DevExpress.Web.Bootstrap

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

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