Skip to main content

TcxTreeListOptionsView.TreeLineColor Property

Specifies the color of expand buttons and tree lines displayed between nodes.

Declaration

property TreeLineColor: TColor read; write; default clDefault;

Property Value

Type Default
TColor clDefault

Remarks

The following table shows examples of using this property.

Value Example
clDefault
clRed

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

The default value of the TreeLineColor property is clBtnShadow.

See Also