Skip to main content
All docs
V26.1
  • ICalendarExporter.IsTermination Property

    Indicates that the export process was terminated.

    Namespace: DevExpress.Xpf.Scheduling.iCalendar

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

    NuGet Package: DevExpress.Wpf.Scheduling

    Declaration

    public bool IsTermination { get; }

    Property Value

    Type Description
    Boolean

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

    Remarks

    To terminate export, use the Terminate method.

    See Also