TreeList.DblClickExpand

Syntax

DblClickExpand: Boolean

Description

The DblClickExpand property determines whether a tree node expands when the user double-clicks on it.

Comments

If the property is set to False, the tree node expands only on a single click. When this property is set to True (default), the node expands on both double and single click.

Example

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

See also:

TreeList