Skip to main content
A newer version of this page is available. .

NavBarState.Groups Property

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

Declaration

public IEnumerable<NavBarGroupState> Groups { get; }

Property Value

Type Description
IEnumerable<NavBarGroupState>

A list of NavBarGroupState objects containing information about states of navbar groups.

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