MenuItemState.Items Property
Gets a list of objects that represent the states of all the sub-items within the current Menu item.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
IEnumerable<MenuItemState> | A list of MenuItemState objects containing information about the states of a menu item’s subitems. |
Remarks
Use the Items property to get a list that contains information about the states of a menu item’s subitems.
See Also