BootstrapClientListBox.FindItemByValue(value) Method
In This Article
Returns a list box item by its value.
#Declaration
TypeScript
FindItemByValue(
value: any
): BootstrapClientListBoxItem
#Parameters
Name | Type | Description |
---|---|---|
value | any | An object that specifies the item’s value. |
#Returns
Type | Description |
---|---|
Bootstrap |
A Bootstrap |
See Also