AppointmentExchanger.IsTermination Property
Indicates that the export/import process was terminated.
Namespace: DevExpress.XtraScheduler.Exchange
Assembly: DevExpress.XtraScheduler.v24.1.Core.dll
NuGet Package: DevExpress.Scheduler.Core
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if an attempt to execute Import (Export) methods was terminated; otherwise, false. |
Remarks
To terminate export/import, use the AppointmentExchanger.Terminate method.
See Also