Skip to main content

MVCxSchedulerStorageControl.Storage Property

Provides access to the storage object of the scheduler storage control.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public MVCxSchedulerStorage Storage { get; }

Property Value

Type Description
MVCxSchedulerStorage

A MVCxSchedulerStorage object that is the storage for appointments and resources for the scheduler storage control.

Remarks

Use this property to get access to the data storage which is used to hold and manage the appointments and resource data for the Scheduler Storage control.

See Also