ISchedulerStateService.IsAnimationActive Property
Indicates whether the animation effect is applied.
Namespace: DevExpress.XtraScheduler.Services
Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
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