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

BootstrapScheduler.Storage Property

Provides access to the storage object of the scheduler control.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.1.dll

Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapSchedulerStorage Storage { get; }

Property Value

Type Description
BootstrapSchedulerStorage

A BootstrapSchedulerStorage object representing the storage 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