Skip to main content

AppointmentExchanger.IsTermination Property

Indicates that the export/import process was terminated.

Namespace: DevExpress.XtraScheduler.Exchange

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

NuGet Package: DevExpress.Scheduler.Core

Declaration

public bool IsTermination { get; }

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