[]
        
(Showing Draft Content)

C1.Win.C1Win7Pack.RadioButtonCollection.IndexOf

IndexOf Method

IndexOf(C1RadioButton)

Determines the index of a specific C1RadioButton in the collection.

Declaration
public int IndexOf(C1RadioButton item)
Parameters
Type Name Description
C1RadioButton item
Returns
Type Description
int

IndexOf(string)

Determines index of the first C1RadioButton with the specified name in the collection.

Declaration
public int IndexOf(string name)
Parameters
Type Name Description
string name
Returns
Type Description
int