SelectionMode
Union
SelectionMode
type
Represents the possible selection options of the ListBox.
The possible values are:
'single'- allows the selection of a single item.'multiple'- allows the selection of multiple items.
Possible values:
"single""multiple"