Skip to main content
A newer version of this page is available. .
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.v19.2.dll

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:

Object Type Path to AllowRowExpanding
ASPxVerticalGrid
.SettingsBehavior.AllowRowExpanding
MVCxVerticalGrid
.SettingsBehavior.AllowRowExpanding
VerticalGridSettings
.SettingsBehavior.AllowRowExpanding
VerticalGridSettings<ColumnType>
.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