Removes all predecessors from the specified task in the control.

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

Syntax

C#
public void ClearPredecessors(
	GanttChartItem item
)
Visual Basic (Declaration)
Public Sub ClearPredecessors ( _
	item As GanttChartItem _
)

Parameters

item
Type: DlhSoft.Windows.Controls..::.GanttChartItem
The task item to clear predecessors from.

Implements

IGanttChartView..::.ClearPredecessors(GanttChartItem)

See Also