ICalendarImporter.Terminate() Method
Stops the import process, so no data are loaded.
Namespace: DevExpress.Xpf.Scheduling.iCalendar
Assembly: DevExpress.Xpf.Scheduling.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
Remarks
Handle the OnException event to terminate export when an exception occurs.
To check if the previous attempt to export was terminated, use the IsTermination property.
See Also