ISchedulerStateService Interface
Provides properties indicating the Scheduler state.
Namespace: DevExpress.XtraScheduler.Services
Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
Remarks
The simplest technique to use the Scheduler State service is to get access to its properties and methods via the SchedulerControl.Services.SchedulerState property wrapper.
See Also