Gets or sets a string representation of the predecessor collection of this GanttChartViewItem. The predecessors string is of this form: 1, 2SS, 3FF+2. This is a dependency property.

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

Syntax

C#
[BindableAttribute(true)]
public string PredecessorsString { get; set; }
Visual Basic (Declaration)
<BindableAttribute(True)> _
Public Property PredecessorsString As String

See Also