Visible: Boolean
The Visible property determines whether the tree node is visible.
Available values:
true. Tree node is visible.
false. Tree node is not visible.
Use JSON or the setVisible method to set the property value and the getVisible method to get the property value and the.
The example of property use is given in the TreeNode Constructor description.
See also: