Returns the index of the specified item in the collection.

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

Syntax

C#
public int IndexOf(
	GanttChartItem item
)
Visual Basic (Declaration)
Public Function IndexOf ( _
	item As GanttChartItem _
) As Integer

See Also