Skip to main content

CustomCalcTaskDependencyEventArgs.PredecessorDuration Property

Gets the predecessor task’s duration.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v23.2.dll

NuGet Package: DevExpress.Win.Gantt

Declaration

public TimeSpan PredecessorDuration { get; }

Property Value

Type Description
TimeSpan

A structure that specifies a time interval.

See Also