Skip to main content

ISchedulerStateService Interface

In This Article

Provides properties indicating the Scheduler state.

Namespace: DevExpress.XtraScheduler.Services

Assembly: DevExpress.XtraScheduler.v24.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

#Declaration

public interface ISchedulerStateService

#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