ASPxVerticalGridBehaviorSettings.AllowExpandAnimation Property
Gets or sets a value that specifies whether animation is allowed during the expanding of rows or category rows.
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 AllowExpandAnimation |
---|---|---|
ASP.NET Web Forms Controls | ASPxVerticalGrid |
|
ASP.NET MVC Extensions | VerticalGridSettings |
|
Remarks
When you expand a category row or a row that have child rows, it is possible to enable animation by using the AllowExpandAnimation property. The AllowExpandAnimation property is in effect if the ASPxVerticalGridBehaviorSettings.AllowRowExpanding property is set to true
.
See Also