SchedulerStateService Class
In This Article
Provides a wrapper for using the ISchedulerStateService.
Namespace: DevExpress.XtraScheduler.Services.Implementation
Assembly: DevExpress.XtraScheduler.v24.2.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
#Declaration
public class SchedulerStateService :
ISchedulerStateService,
ISetSchedulerStateService
#Remarks
You can access the properties of the SchedulerStateService
class via the Services.SchedulerState property of the SchedulerControl.
#Implements
See Also