Gets the predecessor collection of the current task item used to define dependencies (to be displayed as polyline arrows between dependent task bars in the view).

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

Syntax

C#
IEnumerable<IPredecessorItem> IGanttChartItem.Predecessors { get; }
Visual Basic (Declaration)
Private ReadOnly Property Predecessors As IEnumerable(Of IPredecessorItem)
	Implements IGanttChartItem.Predecessors

Implements

IGanttChartItem..::.Predecessors

See Also