Removes predecessors from the specified task in the control as indicated within a string value defining predecessor indexes to remove, separated by commas.

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

Syntax

C#
public void RemovePredecessors(
	GanttChartItem item,
	string predecessorsString
)
Visual Basic (Declaration)
Public Sub RemovePredecessors ( _
	item As GanttChartItem, _
	predecessorsString As String _
)

Parameters

item
Type: DlhSoft.Windows.Controls..::.GanttChartItem
The task item to remove predecessors from.
predecessorsString
Type: System..::.String
A string value defining predecessor indexes to remove, separated by commas.

Implements

IGanttChartView..::.RemovePredecessors(GanttChartItem, String)

See Also