indexOf

indexOf(BehaviorProperty item) method

Determines the index of a specific item in the List.

Parameters

NameTypeDescription
itemBehaviorPropertyThe 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

NameTypeDescription
propertyValueStringvalue of the property

Returns

int