aspnet-devexpress-dot-web-dot-aspxscheduler-73aec5df.md
Represents a storage which holds data for the ASPxScheduler control.
Namespace : DevExpress.Web.ASPxScheduler
Assembly : DevExpress.Web.ASPxScheduler.v25.2.dll
NuGet Package : DevExpress.Web.Scheduler
public class ASPxSchedulerStorage :
SchedulerStorageBase,
IASPxSchedulerStorage,
ISchedulerStorageBase,
IBatchUpdateable,
ISupportReminders,
ISupportTimeZoneEngine,
IDisposable,
IDisposeState
Public Class ASPxSchedulerStorage
Inherits SchedulerStorageBase
Implements IASPxSchedulerStorage,
ISchedulerStorageBase,
IBatchUpdateable,
ISupportReminders,
ISupportTimeZoneEngine,
IDisposable,
IDisposeState
The following members return ASPxSchedulerStorage objects:
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.
DevExpress.Utils.IBatchUpdateHandler
DevExpress.Utils.IBatchUpdateable
DevExpress.XtraScheduler.ISupportTimeZoneEngine
DevExpress.XtraScheduler.IDisposeState
Object MarshalByRefObject Component SchedulerStorageBase ASPxSchedulerStorage BootstrapSchedulerStorage
See Also