Gets the task collection used to by this ResourceGanttChartEntityListViewBase as available tasks.

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

Syntax

C#
[BindableAttribute(true)]
public ItemCollection AssignableTaskItems { get; }
Visual Basic (Declaration)
<BindableAttribute(True)> _
Public ReadOnly Property AssignableTaskItems As ItemCollection

See Also