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