Returns a string that may be used for displaying the predecessor indexes of the specified task within the control, optionally followed by dependency type abbreviations (FS, SS, FF, or SF) and/or lag times (in hours, with plus or minus sign prefix), and separated by commas.

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

Syntax

C#
public string GetPredecessorsString(
	GanttChartItem item
)
Visual Basic (Declaration)
Public Function GetPredecessorsString ( _
	item As GanttChartItem _
) As String

Parameters

item
Type: DlhSoft.Windows.Controls..::.GanttChartItem
The task item to get the predecessors string of.

Implements

IGanttChartView..::.GetPredecessorsString(GanttChartItem)

See Also