Skip to main content

AppointmentExchanger.Storage Property

Gets the storage with which the current appointment exchanger is synchronized.

Namespace: DevExpress.XtraScheduler.Exchange

Assembly: DevExpress.XtraScheduler.v23.2.Core.dll

NuGet Package: DevExpress.Scheduler.Core

Declaration

public ISchedulerStorageBase Storage { get; }

Property Value

Type Description
ISchedulerStorageBase

A ISchedulerStorageBase object for this appointment exchanger.

See Also