DataSource for Entity Framework in WPF
C1.Data.DataSource Namespace / ClientCollectionView Class / IndexOf Method
The item to locate in the ClientCollectionView.

In This Topic
    IndexOf Method (ClientCollectionView)
    In This Topic
    Determines the index of a specific item in the ClientCollectionView.
    Syntax
    'Declaration
     
    Public Function IndexOf( _
       ByVal item As Object _
    ) As Integer
    public int IndexOf( 
       object item
    )

    Parameters

    item
    The item to locate in the ClientCollectionView.

    Return Value

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