Skip to main content

TcxTreeListOptionsView.TreeLineColor Property

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

Declaration

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