Iterates predecessor items of the specified item in the Gantt Chart related collection as GanttChartItem objects.

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

Syntax

C#
public IEnumerable<GanttChartItem> GetPredecessors(
	GanttChartItem item
)
Visual Basic (Declaration)
Public Function GetPredecessors ( _
	item As GanttChartItem _
) As IEnumerable(Of GanttChartItem)

Parameters

item
Type: DlhSoft.Windows.Controls..::.GanttChartItem
The item to iterate predecessors of.

Return Value

The predecessor items of the specified item as GanttChartItem objects.

See Also