Back to Devexpress

AppointmentDataStorage.Storage Property

windowsforms-devexpress-dot-xtrascheduler-dot-appointmentdatastorage-7cb10511.md

latest1.8 KB
Original Source

AppointmentDataStorage.Storage Property

Returns the SchedulerDataStorage that owns this AppointmentDataStorage.

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

A SchedulerDataStorage object that owns this AppointmentDataStorage.

|

Remarks

To access the AppointmentDataStorage from its parent SchedulerDataStorage, use the SchedulerDataStorage.Appointments property.

See Also

AppointmentDataStorage Class

AppointmentDataStorage Members

DevExpress.XtraScheduler Namespace