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

TcxTreeListOptionsView.UseNodeColorForIndent Property

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 TreeList control’s Styles.Content property.

The default value of the UseNodeColorForIndent property is True.

See Also