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

ISchedulerStateService.IsAnimationActive Property

Indicates whether the animation effect is applied.

Namespace: DevExpress.XtraScheduler.Services

Assembly: DevExpress.XtraScheduler.v18.2.Core.dll

Declaration

bool IsAnimationActive { get; }

Property Value

Type Description
Boolean

true if the animation effect is applied; otherwise, false.

Remarks

Use the IsAnimationActive property for easy detection of the scheduler state.

Note

To enable the animation effect to be used when an end-user navigates through dates and resources within a scheduler, set the SchedulerOptionsView.EnableAnimation property to true.

See Also