Gets or sets a string representation of the predecessor collection of this GanttChartViewItem. The assignments string is of this form: John, Diane [80%]. 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 AssignmentsString { get; set; }
Visual Basic (Declaration)
<BindableAttribute(True)> _
Public Property AssignmentsString As String

See Also