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

NavBarGroupState Class

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

Namespace: DevExpress.Web.Mvc

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

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