Skip to main content

TcxListBox.MultiSelect Property

Specifies whether multiple items can be selected by end-users.

Declaration

property MultiSelect: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

If the MultiSelect property value is False, end-users can select a single item at a time. In other words, clicking an item selects it and deselects the previously selected item. When the MultiSelect property is set to True, multiple items can be selected at the same time. The exact behavior of the list box control depends on the ExtendedSelect property in this case.

See Also