AppointmentExchanger Class
In This Article
Serves as the base class for classes that provide functionality for importing and exporting appointments.
Namespace: DevExpress.XtraScheduler.Exchange
Assembly: DevExpress.XtraScheduler.v14.2.Core.dll
#Declaration
#Remarks
The AppointmentExchanger class provides the basic functionality used when manually synchronizing the scheduler's data with other scheduling applications. Use the AppointmentExchanger.Storage property to specify the storage of a scheduler whose data will be synchronized with the scheduler.
Note that usually you do not need to manually implement data synchronization, and this class is intended for internal use only.
See Also