Skip to main content

TcxCustomTreeView.RowSelect Property

Specifies selected row appearance.

Declaration

property RowSelect: Boolean read; write; default False;

Property Value

Type Default Description
Boolean False
True
Entire rows are highlighted for selected nodes.
False
Only node captions are highlighted.

Remarks

The RowSelect property has no effect if the ShowLines property is set to True.

Default Value

The RowSelect property’s default value is False.

See Also