Skip to main content

ASPxSchedulerStorage Class

Represents a storage which holds data for the ASPxScheduler control.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v23.2.dll

NuGet Package: DevExpress.Web.Scheduler

Declaration

public class ASPxSchedulerStorage :
    SchedulerStorageBase,
    IASPxSchedulerStorage,
    ISchedulerStorageBase,
    IBatchUpdateable,
    ISupportReminders,
    ISupportTimeZoneEngine,
    IDisposable,
    IDisposeState

The following members return ASPxSchedulerStorage objects:

Remarks

The ASPxScheduler control stores appointments and resources data in an object of the ASPxSchedulerStorage class. This storage can be accessed using the ASPxSchedulerDataWebControlBase.Storage property.

The ASPxScheduler control’s ASPxSchedulerStorage.Appointments and ASPxSchedulerStorage.Resources properties provide access to the appointments and appointment resources. Use these properties to populate the collections manually or automatically by binding them to data sources.

Implements

DevExpress.Utils.IBatchUpdateHandler
DevExpress.Utils.IBatchUpdateable
DevExpress.XtraScheduler.ISupportTimeZoneEngine
DevExpress.XtraScheduler.IDisposeState
See Also