Determines the index of a specific item in the ClientCollectionView.
Namespace:
C1.Data.DataSourceAssembly: 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.