[]
        
(Showing Draft Content)

C1.Data.DataSource.ClientCollectionView.IndexOf

IndexOf Method

IndexOf(object)

Determines the index of a specific item in the ClientCollectionView.

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

The item to locate in the ClientCollectionView.

Returns
Type Description
int

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

Implements