Skip to main content
A newer version of this page is available. .

IAppointmentStorage.Storage Property

Returns the storage that owns this IAppointmentStorage.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.2.dll

Declaration

ISchedulerStorage Storage { get; }

Property Value

Type Description
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