Determines the index of a specific item in the ClientCollectionView.

Namespace:  C1.Data.DataSource
Assembly:  C1.Data.Entity (in C1.Data.Entity.dll)

Syntax

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

Parameters

item
Type: System..::..Object
The item to locate in the ClientCollectionView.

Return Value

The index of the item if found in the list; otherwise, -1.

Implements

IList..::..IndexOf(Object)

See Also