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

TdxTreeViewCustomOptionsSelection.RowSelect Property

Specifies how the Tree View highlights selected nodes.

Declaration

property RowSelect: Boolean read; write;

Property Value

Type Description
Boolean

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

Remarks

Refer to the TdxTreeViewControlOptionsSelection.RowSelect property description for detailed information and an example.

Note

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

See Also