BootstrapClientListBox.GetSelectedItem Method
Returns the list editor’s selected item.
Declaration
GetSelectedItem(): BootstrapClientListBoxItem
Returns
| Type | Description |
|---|---|
| BootstrapClientListBoxItem | A BootstrapClientListBoxItem object that represents the selected item. |
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