Skip to main content
A newer version of this page is available. .
Tab

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.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Boolean **true**

true, if rows can expand with animation effects; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to AllowExpandAnimation
ASP.NET Controls and MVC Extensions ASPxVerticalGrid
.SettingsBehavior .AllowExpandAnimation
ASP.NET MVC Extensions MVCxVerticalGrid
.SettingsBehavior .AllowExpandAnimation
VerticalGridSettings
.SettingsBehavior .AllowExpandAnimation
VerticalGridSettings<ColumnType>
.SettingsBehavior .AllowExpandAnimation

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