MenuState.Items Property
In This Article
Gets a list of objects that represent the states of all the menu items within the Menu extension.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public IEnumerable<MenuItemState> Items { get; }
#Property Value
Type | Description |
---|---|
IEnumerable<Menu |
A list of Menu |
#Remarks
Use the Items property to get a list that contains information about the states of all menu items. To get the state of the selected item only, use the MenuState.SelectedItem property.
See Also