Gets the dependent task item that hosts the dependency defined by the current predecessor item.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll)

Syntax

C#
public GanttChartItem DependentItem { get; internal set; }
Visual Basic (Declaration)
Public Property DependentItem As GanttChartItem

See Also