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

AppointmentExchanger.Storage Property

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

Namespace: DevExpress.XtraScheduler.Exchange

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

Declaration

public ISchedulerStorageBase Storage { get; }

Property Value

Type Description
ISchedulerStorageBase

A ISchedulerStorageBase object for this appointment exchanger.

See Also