[]
        
(Showing Draft Content)

C1.Win.TreeView.C1CheckListSelectedItemCollection.IndexOf

IndexOf Method

IndexOf(C1CheckListItem)

Searches for the specified item and returns the zero-based index.

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

The specified item.

Returns
Type Description
int

IndexOf(object)

Searches for the specified item and returns the zero-based index.

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

The specified item.

Returns
Type Description
int
Implements