BootstrapClientComboBox.GetSelectedItem Method
Returns the combo box 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 editor’s dropdown list. A null value indicates that no item is currently selected within the editor.
See Also