Skip to main content

ASPxScheduler.EnableChangeVisibleIntervalCallbackAnimation Property

Gets or sets whether animation effects are applied to scheduler content when the visible interval is changed and the scheduler is updated using a callback.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v23.2.dll

NuGet Package: DevExpress.Web.Scheduler

Declaration

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

Property Value

Type Default Description
Boolean false

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

Remarks

Use the EnableChangeVisibleIntervalCallbackAnimation property to control whether visual animation effects are applied to scheduler content when the visible interval is changed and the scheduler is updated after a callback.

See Also