Back to Devexpress

AppointmentExchanger.IsTermination Property

corelibraries-devexpress-dot-xtrascheduler-dot-exchange-dot-appointmentexchanger-4ce18965.md

latest1.5 KB
Original Source

AppointmentExchanger.IsTermination Property

Indicates that the export/import process was terminated.

Namespace : DevExpress.XtraScheduler.Exchange

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

NuGet Package : DevExpress.Scheduler.Core

Declaration

csharp
public bool IsTermination { get; }
vb
Public ReadOnly Property IsTermination As Boolean

Property Value

TypeDescription
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

Terminate()

AppointmentExchanger Class

AppointmentExchanger Members

DevExpress.XtraScheduler.Exchange Namespace