Back to Devexpress

AppointmentLabelDataStorage.Storage Property

windowsforms-devexpress-dot-xtrascheduler-dot-appointmentlabeldatastorage.md

latest1.8 KB
Original Source

AppointmentLabelDataStorage.Storage Property

Returns the SchedulerDataStorage that owns this AppointmentLabelDataStorage.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
[Browsable(false)]
public SchedulerDataStorage Storage { get; }
vb
<Browsable(False)>
Public ReadOnly Property Storage As SchedulerDataStorage

Property Value

TypeDescription
SchedulerDataStorage

The SchedulerDataStorage that owns this AppointmentLabelDataStorage.

|

Remarks

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

See Also

AppointmentLabelDataStorage Class

AppointmentLabelDataStorage Members

DevExpress.XtraScheduler Namespace