NavBarSettings.AllowExpanding Property
Specifies whether the expansion state of the navbar groups can be changed.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v25.2.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean | true if the expansion state of groups can be changed; otherwise, false. |
Remarks
Use the AllowExpanding property to specify whether navbar groups can be expanded and collapsed.
When the AllowExpanding property is set to false, the NavBarGroup.AllowExpanding property is not in effect.
See Also