Skip to main content
A newer version of this page is available. .

AppointmentLabelDataStorage.Storage Property

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.2.dll

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