NavBarGroupState.Expanded Property
Gets a value that specifies the group expansion state.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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