TreeNode.Expanded

Syntax

Expanded: Boolean

Description

The Expanded property determines whether node children are displayed.

Comments

If the property is set to True, node children are displayed. By default this property is set to false, that is, the node is collapsed.

Example

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

See also:

TreeNode