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

ICalendarImporter.IsTermination Property

Indicates that the import process was terminated.

Namespace: DevExpress.Xpf.Scheduling.iCalendar

Assembly: DevExpress.Xpf.Scheduling.v21.2.dll

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public bool IsTermination { get; }

Property Value

Type Description
Boolean

true, if an attempt to execute the Import method was terminated; otherwise, false.

Remarks

To terminate import, use the Terminate method.

See Also