Skip to main content
All docs
V19.2

CustomDrawTaskDependencyEventArgs.SuccessorStartDate Property

Gets or sets the successor node’s start date.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v19.2.dll

Declaration

public DateTime SuccessorStartDate { get; set; }

Property Value

Type Description
DateTime

A DateTime structure that specifies the successor node’s start date.

See Also