[]
Determines the index of a specific C1RadioButton in the collection.
public int IndexOf(C1RadioButton item)
Type | Name | Description |
---|---|---|
C1RadioButton | item |
Type | Description |
---|---|
int |
Determines index of the first C1RadioButton with the specified name in the collection.
public int IndexOf(string name)
Type | Name | Description |
---|---|---|
string | name |
Type | Description |
---|---|
int |