NavBarState.Groups Property
In This Article
Gets a list of objects that represent the states of all the groups within the NavBar extension.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
#Property Value
Type | Description |
---|---|
IEnumerable<Nav |
A list of Nav |
#Remarks
Use the Groups property to get a list that contains information about states of all the navbar groups. To get the state of the selected item only, use the NavBarState.SelectedItem property.
See Also