Skip to main content

NavBarGroupState Class

Contains information (the current state) on an individual navbar group.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v24.2.dll

NuGet Package: DevExpress.Web.Mvc5

#Declaration

public class NavBarGroupState :
    NavBarItemStateBase

The following members return NavBarGroupState objects:

#Remarks

An object of this type can be accessed via the NavBarItemState.Group property. The NavBarState.Groups property returns a list of objects of this type.

#Inheritance

See Also