Method RemoveItemWithValue
RemoveItemWithValue(object?)
Removes item with the specified value. Item is removed if it equals the specified value or if it is ListControlItem and it's Value property equals the value.
public virtual bool RemoveItemWithValue(object? value)
Parameters
value
object