Searches for the specified item and returns its zero-based index in the collection.
Namespace:
DlhSoft.Windows.ControlsAssembly: 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 |
Parameters
- item
- Type: DlhSoft.Windows.Controls..::.GanttChartItem
The item to get the index of.