Skip to main content
A newer version of this page is available. .

BootstrapClientListBox.FindItemByValue(value) Method

Returns a list box item by its value.

Declaration

FindItemByValue(
    value: any
): BootstrapClientListBoxItem

Parameters

Name Type Description
value any

An object that specifies the item’s value.

Returns

Type Description
BootstrapClientListBoxItem

A BootstrapClientListBoxItem object that represents the list box item. null (Nothing in Visual Basic) if the item was not found.

See Also