A newer version of this page is available.
Switch to the current version.
AppointmentStorage.Storage Property
Returns the storage that owns this AppointmentStorage.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v19.2.dll
Declaration
[Browsable(false)]
public ISchedulerStorage Storage { get; }
<Browsable(False)>
Public ReadOnly Property Storage As ISchedulerStorage
Property Value
Type | Description |
---|---|
ISchedulerStorage | An object that implements the ISchedulerStorage interface and owns this AppointmentStorage. |
Remarks
IMPORTANT
This API is intended to be used with the legacy SchedulerStorage only. Starting with version 18.1, SchedulerStorage and all of its satellite storages are replaced with their updated versions.
- SchedulerDataStorage replaces SchedulerStorage
- AppointmentDataStorage replaces AppointmentStorage
- ResourceDataStorage replaces ResourceStorage
- AppointmentDependencyDataStorage replaces AppointmentDependencyStorage
Implements
See Also
Feedback