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

NavBarGroupState.Expanded Property

Gets a value that specifies the group expansion state.

Namespace: DevExpress.Web.Mvc

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

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