Skip to main content

CustomCalcTaskDependencyEventArgs.PredecessorDuration Property

Gets the predecessor task’s duration.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v24.2.dll

Declaration

public TimeSpan PredecessorDuration { get; }

Property Value

Type Description
TimeSpan

A structure that specifies a time interval.

See Also