Back to Devexpress

IAppointmentStorage.Storage Property

windowsforms-devexpress-dot-xtrascheduler-dot-iappointmentstorage.md

latest2.4 KB
Original Source

IAppointmentStorage.Storage Property

Returns the storage that owns this IAppointmentStorage.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
ISchedulerStorage Storage { get; }
vb
ReadOnly Property Storage As ISchedulerStorage

Property Value

TypeDescription
ISchedulerStorage

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

|

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.

See Also

IAppointmentStorage Interface

IAppointmentStorage Members

DevExpress.XtraScheduler Namespace