TdxTreeViewCustomOptionsSelection.RowSelect Property
In This Article
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 Options
See Also