Gets or sets the assignments of the current task item as a (usually string) value to be displayed in the view. This is a dependency property.

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

Syntax

C#
public Object AssignmentsContent { get; set; }
Visual Basic (Declaration)
Public Property AssignmentsContent As Object

Implements

IGanttChartItem..::.AssignmentsContent

See Also