BootstrapClientListBox.SelectItems(items) Method
In This Article
Selects the specified items within a list box.
#Declaration
TypeScript
SelectItems(
items: BootstrapClientListBoxItem[]
): void
#Parameters
Name | Type | Description |
---|---|---|
items | Bootstrap |
An array of Bootstrap |
#Remarks
Use the SelectItems method on the client side to select an array of the specified items within a list box.
Note
The Select
See Also