Method FindItemWithValue
FindItemWithValue(object?)
Finds the item with Value property which is equal to the specified value.
public virtual ListControlItem? FindItemWithValue(object? value)
Parameters
value
objectValue to search for.
Finds the item with Value property which is equal to the specified value.
public virtual ListControlItem? FindItemWithValue(object? value)
value
objectValue to search for.