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

    Gets the predecessor task’s finish date.

    Namespace: DevExpress.XtraGantt

    Assembly: DevExpress.XtraGantt.v26.1.dll

    Declaration

    public DateTime PredecessorFinishDate { get; }

    Property Value

    Type Description
    DateTime

    A structure that specifies a date.

    See Also