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

NavBarItemState.Group Property

Gets a value that specifies the state of a group to which the current item belongs.

Namespace: DevExpress.Web.Mvc

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

Declaration

public NavBarGroupState Group { get; }

Property Value

Type Description
NavBarGroupState

A NavBarGroupState object that is the navbar group state.

Remarks

Use the Group property to obtain the state of a group to which the current item belongs.

See Also