Back to Devexpress

TcxCustomGridTableOptionsSelection.CellSelect Property

vcl-cxgridcustomtableview-dot-tcxcustomgridtableoptionsselection-b6cc2c6d.md

latest938 B
Original Source

TcxCustomGridTableOptionsSelection.CellSelect Property

Determines whether individual cells can be selected within a View instead of whole rows.

Declaration

delphi
property CellSelect: Boolean read; write; default True;

Property Value

TypeDefault
BooleanTrue

Remarks

Use this property to determine whether individual cells can be selected within a View instead of whole rows. Setting this property to False disables editing records within the current View.

The default value of the CellSelect property is True.

See Also

TcxCustomGridTableOptionsSelection Class

TcxCustomGridTableOptionsSelection Members

cxGridCustomTableView Unit