ASPxMenuBase.RootItem Property
Gets the root item of the menu.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
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