Gets the resource collection used to by this TaskListView as available resources.

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

Syntax

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

See Also