Table of Contents

Method FindItemIndexWithValue

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

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

value object

Value to search for.

Returns

int?