Skip to main content

ISchedulerStateService Interface

Provides properties indicating the Scheduler state.

Namespace: DevExpress.XtraScheduler.Services

Assembly: DevExpress.XtraScheduler.v23.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