Skip to main content

NavBarGroupState.Items Property

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public IEnumerable<NavBarItemState> Items { get; protected set; }

Property Value

Type Description
IEnumerable<NavBarItemState>

A list of NavBarItemState objects containing information about the states of navbar items.

Remarks

Use the Items property to get a list that contains information about the states of all navbar items.

See Also