Back to Devexpress

SchedulerStateService Class

corelibraries-devexpress-dot-xtrascheduler-dot-services-dot-implementation-ee73970d.md

latest1.7 KB
Original Source

SchedulerStateService Class

Provides a wrapper for using the ISchedulerStateService.

Namespace : DevExpress.XtraScheduler.Services.Implementation

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

NuGet Package : DevExpress.Scheduler.CoreDesktop

Declaration

csharp
public class SchedulerStateService :
    ISchedulerStateService,
    ISetSchedulerStateService
vb
Public Class SchedulerStateService
    Implements ISchedulerStateService,
               ISetSchedulerStateService

Remarks

You can access the properties of the SchedulerStateService class via the Services.SchedulerState property of the SchedulerControl.

Implements

ISchedulerStateService

Inheritance

Object SchedulerStateService

See Also

SchedulerStateService Members

Scheduler State Service

Services

DevExpress.XtraScheduler.Services.Implementation Namespace