TreeList.ShowLines

Syntax

ShowLines: Boolean

Description

The ShowLines property determines whether to show lines that link a node and its children.

Comments

If the property is set to True, the lines are displayed, otherwise they are not. Default value is true.

Compare:

Example

The example of property use is given in the Example of Creating the TreeList Component page.

See also:

TreeList