Skip to main content

AppointmentLabelDataStorage.Storage Property

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

[Browsable(false)]
public SchedulerDataStorage Storage { get; }

Property Value

Type Description
SchedulerDataStorage

The SchedulerDataStorage that owns this AppointmentLabelDataStorage.

Remarks

A SchedulerDataStorage stores its related AppointmentLabelDataStorage in the SchedulerDataStorage.Labels property.

See Also