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

CustomCalcTaskDependencyEventArgs.SuccessorStartDate Property

Gets the successor task’s start date.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v20.2.dll

NuGet Package: DevExpress.Win.Gantt

Declaration

public DateTime SuccessorStartDate { get; }

Property Value

Type Description
DateTime

A structure that specifies a date.

See Also