Gets the assignable resource referable in the TaskListView that wraps the specified item.

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

Syntax

C#
public Resource GetAssignableResource(
	Object item
)
Visual Basic (Declaration)
Public Function GetAssignableResource ( _
	item As Object _
) As Resource

Parameters

item
Type: System..::.Object
The item to get the assignable resource for.

Return Value

The resource in the list that wraps the specified item.

See Also