TcxGridTableOptionsSelection.CellMultiSelect Property
Specifies if users can select multiple cells in the grid Table View’s current record selection.
Declaration
property CellMultiSelect: Boolean read; write; default False;
Property Value
Type | Default | Description |
---|---|---|
Boolean | False | If True, a user can select multiple cells in a Table View; otherwise, a user can select only one cell at a time. |
Remarks
Refer to the following topic for information on how to select multiple cells in code: Selecting Cells.
Note
The CellMultiSelect property has no effect if the Table View uses a custom layout to display records (that is, when the Table View’s RowLayout.Active property is set to True).
The CellMultiSelect property’s setter assigns the same value to the MultiSelect property.
See Also