Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxTreeViewCustomOptionsSelection.RowSelect Property

Specifies how the Tree View highlights selected nodes.

#Declaration

Delphi
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