Gets the task item that the dependent task item of the current predecessor item depends of.

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

Syntax

C#
IGanttChartItem IPredecessorItem.Item { get; }
Visual Basic (Declaration)
Private ReadOnly Property Item As IGanttChartItem
	Implements IPredecessorItem.Item

Implements

IPredecessorItem..::.Item

See Also