Enumerates or populates the assignment item collection of this GanttChartViewItem. When setting this property you must use an IAssignmentItem object collection.

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

Syntax

C#
[BindableAttribute(true)]
IEnumerable<IAssignmentItem> ITaskItem.Assignments { get; set; }
Visual Basic (Declaration)
<BindableAttribute(True)> _
Private Property Assignments As IEnumerable(Of IAssignmentItem)
	Implements ITaskItem.Assignments

Implements

ITaskItem..::.Assignments

See Also