TreeNode.Visible

Syntax

Visible: Boolean

Description

The Visible property determines whether the tree node is visible.

Comments

Available values:

Use JSON or the setVisible method to set the property value and the getVisible method to get the property value and the.

Example

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

See also:

TreeNode