Back to Devexpress

AppointmentStorage.Storage Property

windowsforms-devexpress-dot-xtrascheduler-dot-appointmentstorage-2efb8081.md

latest2.5 KB
Original Source

AppointmentStorage.Storage Property

Returns the storage that owns this AppointmentStorage.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

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

Property Value

TypeDescription
ISchedulerStorage

An object that implements the ISchedulerStorage interface and owns this AppointmentStorage.

|

Remarks

Important

This API is intended to be used with the legacy SchedulerStorage only. Starting with version 18.1, SchedulerStorage and all of its satellite storages are replaced with their updated versions.

Implements

Storage

See Also

AppointmentStorage Class

AppointmentStorage Members

DevExpress.XtraScheduler Namespace