Back to Devexpress

TcxCustomGridTableOptionsSelection.MultiSelect Property

vcl-cxgridcustomtableview-dot-tcxcustomgridtableoptionsselection.md

latest1.7 KB
Original Source

TcxCustomGridTableOptionsSelection.MultiSelect Property

Determines whether multiple rows can be selected within a View.

Declaration

delphi
property MultiSelect: Boolean read; write; default False;

Property Value

TypeDefault
BooleanFalse

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

TcxCustomDataController.ForEachRow

TcxCustomGridTableView.OnCanSelectRecord

Focused/Selected Records

Selecting Records

TcxCustomGridTableOptionsSelection Class

TcxCustomGridTableOptionsSelection Members

cxGridCustomTableView Unit