Back to Devexpress

BootstrapClientListBox.FindItemByText(text) Method

aspnetbootstrap-js-bootstrapclientlistbox-dot-finditembytext-x28-text-x29.md

latest839 B
Original Source

BootstrapClientListBox.FindItemByText(text) Method

Returns a list box item by its text.

Declaration

ts
FindItemByText(
    text: string
): BootstrapClientListBoxItem

Parameters

NameTypeDescription
textstring

A string that specifies the item’s text.

|

Returns

TypeDescription
BootstrapClientListBoxItem

A BootstrapClientListBoxItem object that represents the list box item. null if the item was not found.

|

See Also

List Box

BootstrapClientListBox Class

BootstrapClientListBox Members