indexOf
indexOf(BehaviorProperty item) method
Determines the index of a specific item in the List.
Parameters
| Name | Type | Description |
|---|---|---|
| item | BehaviorProperty | The object to locate in the List. |
Returns
int
indexOf(String propertyValue) method
Determines the index of a specific item by property value in the List.
Parameters
| Name | Type | Description |
|---|---|---|
| propertyValue | String | value of the property |
Returns
int