ASPxSchedulerStorage Class
Represents a storage which holds data for the ASPxScheduler control.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.1.dll
NuGet Package: DevExpress.Web.Scheduler
Declaration
public class ASPxSchedulerStorage :
SchedulerStorageBase,
IASPxSchedulerStorage,
ISchedulerStorageBase,
IBatchUpdateable,
ISupportReminders,
ISupportTimeZoneEngine,
IDisposable,
IDisposeState
Related API Members
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.