Skip to main content
A newer version of this page is available. .

CustomCalcTaskDependencyEventArgs.PredecessorDuration Property

Gets the predecessor task’s duration.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v20.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