BootstrapClientTagBox.FindItemByValue(value) Method
Returns a list 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 item. null if the item was not found. |
See Also