TreeCombo.AutoFillCaption

Syntax

AutoFillCaption: Boolean

Description

The AutoFillCaption property determines whether the name of the selected tree node is displayed in the TreeCombo component header.

Comments

If the property is set to False, the header of the TreeCombo component does not show name of the selected tree node. The True value is set by default.

Example

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

See also:

TreeCombo