TcxTreeListOptionsSelection.InvertSelect Property
In This Article
Specifies whether a single cell within the focused node or the whole node is highlighted when focused.
#Declaration
Delphi
property InvertSelect: Boolean read; write; default True;
#Property Value
Type | Default |
---|---|
Boolean | True |
#Remarks
Set this property to True, to highlight the whole node when focused. Otherwise, only the focused cell is highlighted.
Value | Example |
---|---|
True | ![]() |
False | ![]() |
The default value of the InvertSelect property is True.
See Also