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

ASPxMenuBase.RootItem Property

Gets the root item of the menu.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public MenuItem RootItem { get; }

Property Value

Type Description
MenuItem

A MenuItem 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