Skip to main content
A newer version of this page is available. .

ISchedulerStateService Interface

Provides properties indicating the Scheduler state.

Namespace: DevExpress.XtraScheduler.Services

Assembly: DevExpress.XtraScheduler.v19.2.Core.dll

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