[]
        
(Showing Draft Content)

C1.UWP.DataCollection.C1CollectionView.IndexOf

IndexOf Method

IndexOf(object)

Determines the index of a specific item in the collection.

Declaration
public int IndexOf(object item)
Parameters
Type Name Description
object item

The object to locate in the collection.

Returns
Type Description
int

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