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

ASPxPivotGrid.EnableCallbackAnimation Property

Gets or sets whether a specific animation effect is used when the control content is updated via a callback.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(false)]
public bool EnableCallbackAnimation { get; set; }

Property Value

Type Default Description
Boolean **false**

true, if a specific animation effect is used; otherwise, false.

See Also