Skip to main content
All docs
V26.1
  • CustomCalcTaskDependencyEventArgs.PredecessorDuration Property

    Gets the predecessor task’s duration.

    Namespace: DevExpress.XtraGantt

    Assembly: DevExpress.XtraGantt.v26.1.dll

    Declaration

    public TimeSpan PredecessorDuration { get; }

    Property Value

    Type Description
    TimeSpan

    A structure that specifies a time interval.

    See Also