Back to Devexpress

ASPxSchedulerStorage Class

aspnet-devexpress-dot-web-dot-aspxscheduler-73aec5df.md

latest3.3 KB
Original Source

ASPxSchedulerStorage Class

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

Declaration

csharp
public class ASPxSchedulerStorage :
    SchedulerStorageBase,
    IASPxSchedulerStorage,
    ISchedulerStorageBase,
    IBatchUpdateable,
    ISupportReminders,
    ISupportTimeZoneEngine,
    IDisposable,
    IDisposeState
vb
Public Class ASPxSchedulerStorage
    Inherits SchedulerStorageBase
    Implements 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

IComponent

ISupportInitialize

DevExpress.Utils.IBatchUpdateHandler

ISchedulerStorageBase

DevExpress.Utils.IBatchUpdateable

DevExpress.XtraScheduler.ISupportTimeZoneEngine

IDisposable

DevExpress.XtraScheduler.IDisposeState

Inheritance

Object MarshalByRefObject Component SchedulerStorageBase ASPxSchedulerStorage BootstrapSchedulerStorage

MVCxSchedulerStorage

See Also

ASPxSchedulerStorage Members

DevExpress.Web.ASPxScheduler Namespace