Skip to main content
A newer version of this page is available. .

TdxTreeViewControlOptionsSelection.RowSelect Property

Specifies how the Tree View control highlights selected nodes.

Declaration

property RowSelect; default False;

Property Value

Type Default Description
Boolean False

If True, the control highlights entire rows of selected nodes. If False, only node content is highlighted.

Remarks

Options include:

Value

Example

True

Highlighted Rows

False

Highlighted Node Contents

Note

The Tree View can highlight node rows only if the control’s OptionsView.ShowLines property is set to False.

See Also