TcxGridTableOptionsSelection.CellMultiSelect Property
In This Article
Specifies if users can select multiple cells in the grid Table View’s current record selection.
#Declaration
Delphi
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 Cell
The Cell
See Also