Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public IEnumerable<MenuItemState> Items { get; }

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