TcxTreeListReportLinkOptionsFormatting.NodeSeparatorColor Property
In This Article
Specifies the color for the TreeList control node separator.
#Declaration
Delphi
property NodeSeparatorColor: TColor read; write; default clDefault;
#Property Value
Type | Default |
---|---|
TColor | cl |
#Remarks
The NodeSeparatorColor property specifies the color for the TreeList control node separator. Additionally you can specify the width of the nodes separators via the NodeSeparatorThickness property.
The default value of the NodeSeparatorColor property is clBtnFace.
See Also