Back to Devexpress

ISchedulerStorage Interface

windowsforms-devexpress-dot-xtrascheduler-62c4f8cd.md

latest1.8 KB
Original Source

ISchedulerStorage Interface

A storage containing persistent objects - appointments, resources and appointment dependencies.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
public interface ISchedulerStorage :
    ISchedulerStorageBase,
    IBatchUpdateable,
    ISupportReminders,
    ISupportTimeZoneEngine,
    IDisposable,
    IDisposeState
vb
Public Interface ISchedulerStorage
    Inherits ISchedulerStorageBase,
             IBatchUpdateable,
             ISupportReminders,
             ISupportTimeZoneEngine,
             IDisposable,
             IDisposeState

The following members return ISchedulerStorage objects:

See Also

ISchedulerStorage Members

DevExpress.XtraScheduler Namespace