TcxTreeListReportLinkOptionsFormatting.NodeSeparatorColor Property
Specifies the color for the TreeList control node separator.
Declaration
property NodeSeparatorColor: TColor read; write; default clDefault;
Property Value
Type | Default |
---|---|
TColor | clDefault |
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