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.ControlsAssembly: DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll)
Syntax
C# |
---|
string GetPredecessorsString( GanttChartItem item ) |
Visual Basic (Declaration) |
---|
Function GetPredecessorsString ( _ item As GanttChartItem _ ) As String |
Parameters
- item
- Type: DlhSoft.Windows.Controls..::.GanttChartItem
The task item to get the predecessors string of.