Back to Devexpress

AppointmentStatusDataStorage.Storage Property

windowsforms-devexpress-dot-xtrascheduler-dot-appointmentstatusdatastorage.md

latest1.5 KB
Original Source

AppointmentStatusDataStorage.Storage Property

Returns the storage that owns this AppointmentStatusDataStorage object.

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 that owns this AppointmentStatusDataStorage object.

|

See Also

AppointmentStatusDataStorage Class

AppointmentStatusDataStorage Members

DevExpress.XtraScheduler Namespace