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

ASPxScheduler.EnableCallbackAnimation Property

Gets or sets whether animation effects are applied to scheduler content when it is updated using a callback.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v19.1.dll

Declaration

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

Property Value

Type Default Description
Boolean **false**

true, if animation effects are used; otherwise, false.

Remarks

Use the EnableCallbackAnimation property to control whether visual animation effects are applied to scheduler content when it is changed after a callback.

See Also