TreeRoot - property of the PmfTree object
Description:
The property returns the
PmfTreeItem object, that represents the root tree item.
Note:
Property access for
read-only.
This property is also functional in
Web panels.
The root tree item is created automatically when of the
PmfTree object is created. This item cannot be removed or its identifier changed.
Example1:
JavaScriptSelect and copy to clipboard
var oRoot = oTree.TreeRoot;
// Reading from the property