Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxTreeListOptionsView.TreeLineStyle Property

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

#Declaration

Delphi
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