Skip to main content
All docs
V25.1
  • CustomCalcTaskDependencyEventArgs.Handled Property

    Gets or sets whether the event is handled. Suppresses the default calculation.

    Namespace: DevExpress.XtraGantt

    Assembly: DevExpress.XtraGantt.v25.1.dll

    NuGet Package: DevExpress.Win.Gantt

    Declaration

    public bool Handled { get; set; }

    Property Value

    Type Description
    Boolean

    true to suppress the default calculation; otherwise, false.

    See Also