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.TreeLineColor Property

Specifies the color of expand buttons and tree lines that connect nodes.

#Declaration

Delphi
property TreeLineColor: TColor read; write; default clDefault;

#Property Value

Type Default Description
TColor clDefault

The color of expand buttons and tree lines.

#Remarks

The following table shows examples of using this property.

Value Example
clDefault VCL Tree List: The Default Tree Line Color
clRed VCL Tree List: Tree Lines in Red

Use TreeLineStyle and ShowRoot properties to specify the visibility of tree lines within the entire TreeList control or root nodes only.

#Default Value

The TreeLineColor property’s default value is clDefault.

See Also