Skip to main content

CustomCalcTaskDependencyEventArgs.SuccessorFinishDate Property

Gets the successor task’s finish date.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v24.1.dll

NuGet Package: DevExpress.Win.Gantt

Declaration

public DateTime SuccessorFinishDate { get; }

Property Value

Type Description
DateTime

A structure that specifies a date.

See Also