AppointmentLabelDataStorage.Storage Property
In This Article
Returns the SchedulerDataStorage that owns this AppointmentLabelDataStorage.
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 |
The Scheduler |
#Remarks
A SchedulerDataStorage stores its related AppointmentLabelDataStorage in the SchedulerDataStorage.Labels property.
See Also