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.2.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 Allow |
---|---|---|
ASP. |
Vertical |
|
ASP. |
ASPx |
|
#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
.