Method FindItemIndexWithValue
FindItemIndexWithValue(object?)
Finds the index of the item with Value property which is equal to the specified value.
public virtual int? FindItemIndexWithValue(object? value)
Parameters
valueobjectValue to search for.
Returns
- int?