TcxTreeListOptionsView.UseNodeColorForIndent Property
In This Article
Specifies whether a node’s indent cell is painted using the node’s background color.
#Declaration
Delphi
property UseNodeColorForIndent: Boolean read; write; default True;
#Property Value
Type | Default |
---|---|
Boolean | True |
#Remarks
Values include:
Value | Meaning | Example |
---|---|---|
True | Indent cells are painted using a node’s background. | ![]() |
False | Indent cells are painted as specified by the Tree |
![]() |
The default value of the UseNodeColorForIndent property is True.
See Also