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

If True, entire rows are highlighted for selected nodes. If False, only 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