Skip to main content

BootstrapClientTagBox.GetSelectedItem Method

Returns the 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