ASPxNavBar.AllowExpanding Property
Specifies whether the expansion state of the navbar groups can be changed.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
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