Skip to main content

AppointmentExporter Class

An appointments exporter which saves appointment data from the scheduler to a scheduler application.

Namespace: DevExpress.XtraScheduler.Exchange

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

#Declaration

public abstract class AppointmentExporter :
    AppointmentExchanger

#Remarks

The AppointmentExporter class provides the functionality used when manually exporting the scheduler control's data to another scheduling application. The storage of the scheduler application to export data is accessed via the AppointmentExchanger.Storage property. To export appointments, use the AppointmentExporter.Export method.

You can intercept exceptions that occur during export/import by handling the AppointmentExchanger.OnException event and terminate the process, if required, by calling the AppointmentExchanger.Terminate method.

#Inheritance

See Also