Skip to main content

TcxTreeListOptionsView.TreeLineStyle Property

Specifies the line pattern for expand buttons and tree lines that connect nodes.

Declaration

property TreeLineStyle: TcxTreeListTreeLineStyle read; write; default tllsDot;

Property Value

Type Default Description
TcxTreeListTreeLineStyle tllsDot

The pattern of tree lines.

Remarks

Options include:

Value Description Example
tllsNone Tree lines are hidden. VCL Tree List: Tree Lines are Hidden
tllsDot Tree lines are dotted. VCL Tree List: Tree Lines are Dotted
tllsSolid Tree lines are solid. Expand buttons are filled with a solid color. VCL Tree List: Tree Lines are Solid

Use the TreeLineColor property to specify the color of tree lines and expand buttons. To specify the visibility of expand buttons and tree lines that connect root noes, use the ShowRoot property.

Default Value

The default value of the TreeLineStyle property is tllsDot.

See Also