Skip to main content

TcxCustomGridTableOptionsSelection.MultiSelect Property

Determines whether multiple rows can be selected within a View.

Declaration

property MultiSelect: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

Use the MultiSelect property to determine whether multiple rows can be selected within a View. This is implemented by navigating a View with the Ctrl or Shift keys pressed. This applies to keyboard and mouse navigation. The Shift key is used to select a range of rows, and the Ctrl key is used to select non-sequential rows.

Refer to the Selecting Records section for more information.

Use the CellMultiSelect property for extra selection customization.

The default value of the MultiSelect property is False.

See Also