Back to Devexpress

BootstrapClientListBox.FindItemByValue(value) Method

aspnetbootstrap-js-bootstrapclientlistbox-dot-finditembyvalue-x28-value-x29.md

latest872 B
Original Source

BootstrapClientListBox.FindItemByValue(value) Method

Returns a list box item by its value.

Declaration

ts
FindItemByValue(
    value: any
): BootstrapClientListBoxItem

Parameters

NameTypeDescription
valueany

An object that specifies the item’s value.

|

Returns

TypeDescription
BootstrapClientListBoxItem

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

|

See Also

List Box

BootstrapClientListBox Class

BootstrapClientListBox Members