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

NavBarGroup.AllowExpanding Property

Specifies whether the group’s expansion state can be changed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(true)]
public bool AllowExpanding { get; set; }

Property Value

Type Default Description
Boolean **true**

true if the group’s expansion state can be changed; otherwise, false.

Remarks

Use the AllowExpanding property to specify whether the group can be expanded and collapsed.

When the ASPxNavBar.AllowExpanding ( the NavBarSettings.AllowExpanding for MVC framework) property is set to false, the AllowExpanding property is not in effect.

See Also