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

MVCxScheduler.Storage Property

Provides access to the storage object of the scheduler control.

Namespace: DevExpress.Web.Mvc

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

Declaration

public MVCxSchedulerStorage Storage { get; }

Property Value

Type Description
MVCxSchedulerStorage

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

Remarks

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

See Also