NavBarGroupState.Items Property
In This Article
Gets a list of objects that represent the states of all the navbar items within the NavBar’s group.
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 Items property to get a list that contains information about the states of all navbar items.
See Also