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.v20.2.Core.dll

NuGet Packages: DevExpress.Scheduler.Core, DevExpress.WindowsDesktop.Scheduler.Core

Declaration

public ISchedulerStorageBase Storage { get; }

Property Value

Type Description
ISchedulerStorageBase

A ISchedulerStorageBase object for this appointment exchanger.

See Also