Skip to main content
A newer version of this page is available. .

AppointmentExchanger.IsTermination Property

Indicates that the export/import process was terminated.

Namespace: DevExpress.XtraScheduler.Exchange

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

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