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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to AllowRowExpanding |
---|---|---|
ASP.NET Web Forms Controls | ASPxVerticalGrid |
|
ASP.NET MVC Extensions | VerticalGridSettings |
|
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.