Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxListBox.MultiSelect Property

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

#Declaration

Delphi
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