TcxTreeListOptionsSelection.CellSelect Property
In This Article
#Declaration
Delphi
property CellSelect: Boolean read; write; default True;
#Property Value
Type | Default |
---|---|
Boolean | True |
#Remarks
Set this property to False, to disable the selection of individual cells and editing within the TreeList control.
The default value of the CellSelect property is True.
See Also