Skip to main content

TcxTreeListOptionsView.TreeLineStyle Property

Specifies the paint style of expand buttons and tree lines displayed between nodes.

Declaration

property TreeLineStyle: TcxTreeListTreeLineStyle read; write; default tllsDot;

Property Value

Type Default
TcxTreeListTreeLineStyle tllsDot

Remarks

Options include:

Value Meaning Example
tllsNone Tree lines are not displayed.
tllsDot Tree lines are dotted.
tllsSolid Tree lines are solid. Expand buttons are filled with a solid color.

Use the TreeLineColor property to specify the color of tree lines and expand buttons. To specify the visibility of expand buttons and tree lines linking root level nodes, use the ShowRoot property.

The default value of the TreeLineStyle property is tllsDot.

See Also