Skip to main content

TcxGridTableOptionsSelection.MultiSelectMode Property

Specifies the mode used when multiple rows can be selected in the grid View.

Declaration

property MultiSelectMode: TcxGridMultiSelectMode read; write; default msmStandard;

Property Value

Type Default
TcxGridMultiSelectMode msmStandard

Remarks

Options include:

Value

Description

msmStandard

Navigating rows clears the current selection unless an end-user holds down the Ctrl or Shift key to alter it.

msmPersistent

This mode persists the current selection during row navigation, helping end-users prevent accidental changes to it. Use the ClearPersistentSelectionOnOutsideClick property to fine-tune the mode when the web-style row selection is enabled.

The mode is in effect if the CellMultiSelect property is set to False.

The default value of the MultiSelectMode property is msmStandard.

See Also