Table of Contents

Method FindItemWithValue

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

FindItemWithValue(object?)

Finds the item with Value property which is equal to the specified value.

public virtual ListControlItem? FindItemWithValue(object? value)

Parameters

value object

Value to search for.

Returns

ListControlItem