Gets the resource 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 Resource GetResource(
	Object item
)
Visual Basic (Declaration)
Public Function GetResource ( _
	item As Object _
) As Resource

Parameters

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

Return Value

The resource in the list that wraps the specified item.

See Also