Skip to main content

BootstrapClientListBox.FindItemByText(text) Method

Returns a list box item by its text.

#Declaration

TypeScript
FindItemByText(
    text: string
): BootstrapClientListBoxItem

#Parameters

Name Type Description
text string

A string that specifies the item’s text.

#Returns

Type Description
BootstrapClientListBoxItem

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

See Also