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