SchedulerStorageControlSettings.Storage Property
In This Article
Provides access to the storage object of the Scheduler Storage control.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public MVCxSchedulerStorage Storage { get; }
#Property Value
Type | Description |
---|---|
MVCx |
A MVCx |
#Remarks
The Storage property enables you to get access to the data storage which is used to hold and manage the appointments and resource data for the Scheduler.
See Also