Skip to main content

SchedulerSettings.EnableCallbackAnimation Property

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

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public bool EnableCallbackAnimation { get; set; }

Property Value

Type Description
Boolean

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