Gets or sets a string value representing the predecessors of the current task item and including dependency type abbreviations and/or lag times (in hours) within the GanttChartView host, based on or updating the Predecessors property value accordingly.

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

Syntax

C#
public string PredecessorsString { get; set; }
Visual Basic (Declaration)
Public Property PredecessorsString As String

Implements

IGanttChartItem..::.PredecessorsString

See Also