Skip to main content
All docs
V26.1
  • ICalendarExporter.Terminate() Method

    Stops the export process, so no data are loaded.

    Namespace: DevExpress.Xpf.Scheduling.iCalendar

    Assembly: DevExpress.Xpf.Scheduling.v26.1.dll

    NuGet Package: DevExpress.Wpf.Scheduling

    Declaration

    public void Terminate()

    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