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

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:

Object Type Path to AllowExpandAnimation
ASPxVerticalGrid
.SettingsBehavior.AllowExpandAnimation
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