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

ASPxNavBar.AllowExpanding Property

Specifies whether the expansion state of the navbar groups can be changed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

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

Property Value

Type Default Description
Boolean **true**

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