BootstrapClientListBox.GetSelectedItems Method
In This Article
Returns an array of the list editor’s selected items.
#Declaration
TypeScript
GetSelectedItems(): BootstrapClientListBoxItem[]
#Returns
Type | Description |
---|---|
Bootstrap |
An array of Bootstrap |
#Remarks
Use the GetSelectedItems method to obtain an array of the selected items within a list box. A null value indicates that no item is currently selected within the list editor.
Note
The Get
See Also