Gets or sets the assignment item collection of this GanttChartViewItem.
You can use a collection of AssignmentItem objects as the task assignment item collection. Note that the assignment item collection is ignored for parent tasks.
It is recommended to set this property.
This is a dependency property.
Namespace:
DlhSoft.Windows.DataAssembly: DlhSoft.ProjectData.GanttChart.Controls (in DlhSoft.ProjectData.GanttChart.Controls.dll)
Syntax
C# |
---|
[BindableAttribute(true)] public ObservableCollection<AssignmentItem> Assignments { get; set; } |
Visual Basic (Declaration) |
---|
<BindableAttribute(True)> _ Public Property Assignments As ObservableCollection(Of AssignmentItem) |