Skip to main content

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

NuGet Package: DevExpress.Web.Mvc5

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