Skip to main content

TcxMCListBox.ExtendedSelect Property

Specifies how users can select items.

Declaration

property ExtendedSelect: Boolean read; write; default True;

Property Value

Type Default Description
Boolean True
  • If True, users can click items while holding the Ctrl or Shift key to select a range of items or select multiple individual items if the MultiSelect property is set to True.
  • If False, all modifier keys are ignored.
See Also