Skip to main content
Tab

ASPxVerticalGridBehaviorSettings.AllowRowExpanding Property

Gets or sets a value that specifies whether the expansion state of the grid’s expandable rows can be changed using an end-user’s interaction.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Boolean true

true if the current state of expandable rows can be changed; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to AllowRowExpanding
ASP.NET MVC Extensions VerticalGridSettings
.SettingsBehavior .AllowRowExpanding
ASP.NET Web Forms Controls ASPxVerticalGrid
.SettingsBehavior .AllowRowExpanding

Remarks

Use the AllowRowExpanding property to control whether an end-user can expand or collapse category rows and rows that have child rows within the ASPxVerticalGrid. The setting of the AllowRowExpanding property doesn’t affect the capability to expand/collapse expandable rows using code.

Note that if the AllowRowExpanding property is set to false, the ASPxVerticalGridBehaviorSettings.AllowExpandAnimation property is not in effect.

See Also