Skip to main content

TcxTreeListOptionsSelection.CellSelect Property

Specifies whether individual cells can be selected instead of entire nodes.

Declaration

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