Gets the assignable task referable in the ResourceGanttChartViewBase that wraps the specified item.

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

Syntax

C#
public Task GetAssignableTask(
	Object item
)
Visual Basic (Declaration)
Public Function GetAssignableTask ( _
	item As Object _
) As Task

Parameters

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

Return Value

The task in the hierarchy that wraps the specified item.

See Also