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

MVCxSchedulerStorage Class

A storage which holds data for the Scheduler control.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc.v17.2.dll

Declaration

public class MVCxSchedulerStorage :
    ASPxSchedulerStorage

The following members accept/return MVCxSchedulerStorage objects:

Remarks

The Scheduler control stores appointments and resource data in an object of the MVCxSchedulerStorage class. This storage can be accessed via the MVCxScheduler.Storage or the SchedulerSettings.Storage properties.

The MVCxSchedulerStorage.Appointments and MVCxSchedulerStorage.Resources properties provide access to the appointments and appointment resources respectively.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the MVCxSchedulerStorage 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