SchedulerControl.Storage Property
Gets or sets the storage object for the Scheduler control.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v19.1.dll
Declaration
Property Value
Type | Default | Description |
---|---|---|
SchedulerStorage | null |
A SchedulerStorage object that is the data storage for the Scheduler control. |
Remarks
The Storage property serves for backward compatibility with earlier versions. You can use the SchedulerControl.DataStorage property instead.
Use this property to get or set the scheduler data storage. The data storage contains appointments, resources and appointment dependencies data for the scheduler.
See Also