TcxTreeListOptionsView.UseNodeColorForIndent Property
Specifies whether a node’s indent cell is painted using the node’s background color.
Declaration
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 TreeList control’s Styles.Content property. |
The default value of the UseNodeColorForIndent property is True.
See Also