TreeCombo.HideOnNodeClick

Syntax

HideOnNodeClick: Boolean

Description

The HideOnNodeClick property determines whether the dropdown portion of the TreeCombo component closes on selecting a tree node.

Comments

The dropdown part of the TreeCombo component is closed on selecting a tree node if the property is set to True. The False value is set by default.

Example

The example of property use is given in the TreeCombo constructor description.

See also:

TreeCombo