Skip to main content
A newer version of this page is available. .

ASPxSchedulerStorage Class

Represents a storage which holds data for the ASPxScheduler control.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v18.1.dll

Declaration

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

The following members accept/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.

The following code snippets (auto-collected from DevExpress Examples) contain references to the ASPxSchedulerStorage class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also