AppointmentDataStorage.Storage Property
In This Article
Returns the SchedulerDataStorage that owns this AppointmentDataStorage.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.dll
NuGet Package: DevExpress.Win.Scheduler
#Declaration
[Browsable(false)]
public SchedulerDataStorage Storage { get; }
#Property Value
Type | Description |
---|---|
Scheduler |
A Scheduler |
#Remarks
To access the AppointmentDataStorage from its parent SchedulerDataStorage, use the SchedulerDataStorage.Appointments property.
See Also