BootstrapClientListBox.GetSelectedItem Method
In This Article
Returns the list editor’s selected item.
#Declaration
TypeScript
GetSelectedItem(): BootstrapClientListBoxItem
#Returns
Type | Description |
---|---|
Bootstrap |
A Bootstrap |
#Remarks
Use the GetSelectedItem method to obtain the selected item within the list. A null value indicates that no item is currently selected within the list editor.
See Also