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 |
|
clRed |
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