SchedulerSettings.Storage Property
Provides access to the storage object of the Scheduler control.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v20.2.dll
Declaration
public MVCxSchedulerStorage Storage { get; }
Public ReadOnly Property Storage As MVCxSchedulerStorage
Property Value
Type | Description |
---|---|
MVCxSchedulerStorage | A MVCxSchedulerStorage object representing the storage for the Scheduler control. |
Remarks
The Storage property enables you to get access to the data storage which is used to hold and manage the appointments and resources data for the Scheduler.
See Also
Feedback