Searches for the specified item and returns its zero-based index in the collection.

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

Syntax

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

Parameters

item
Type: DlhSoft.Windows.Controls..::..DataTreeGridItem
The item to get the index of.

Return Value

The index of the specified item in the collection.

See Also