Table of Contents

Method RemoveItemWithValue

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

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

Returns

bool