Skip to main content
All docs
V25.1
  • TaskDependencyModificationCancelEventArgs.Cancel Property

    Allows you to cancel the operation.

    Namespace: DevExpress.XtraGantt

    Assembly: DevExpress.XtraGantt.v25.1.dll

    NuGet Package: DevExpress.Win.Gantt

    Declaration

    public bool Cancel { get; set; }

    Property Value

    Type Description
    Boolean

    true, to cancel the operation; otherwise, false.

    See Also