AppointmentStatusDataStorage.Storage Property
Returns the storage that owns this AppointmentStatusDataStorage object.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v20.2.dll
Declaration
[Browsable(false)]
public SchedulerDataStorage Storage { get; }
<Browsable(False)>
Public ReadOnly Property Storage As SchedulerDataStorage
Property Value
Type | Description |
---|---|
SchedulerDataStorage | A SchedulerDataStorage that owns this AppointmentStatusDataStorage object. |
See Also
Feedback