Skip to main content

AppointmentStorage.Storage Property

Returns the storage that owns this AppointmentStorage.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

[Browsable(false)]
public ISchedulerStorage Storage { get; }

Property Value

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

See Also