Skip to main content

NavBarGroupState.Expanded Property

Gets a value that specifies the group expansion state.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public bool Expanded { get; protected set; }

Property Value

Type Description
Boolean

true, if the group is expanded; otherwise, false.

Remarks

Use the Expanded property to obtain the navbar group expansion state.

To get the Expanded property value on the client side, use the ASPxClientNavBarGroup.GetExpanded method.

See Also