TcxTreeListOptionsView.TreeLineColor Property
In This Article
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 | cl |
The color of expand buttons and tree lines. |
#Remarks
The following table shows examples of using this property.
Value | Example |
---|---|
cl |
![]() |
cl |
![]() |
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