PrivateData - property of the PmfTreeItem object
Description:
Private value of the tree item.
It is used to store designer-defined auxiliary values.
Syntax:
Variant PrivateData
Note:
Property access
for read and write.
This property is also functional in
Web panels.
Example:
JavaScriptSelect and copy to clipboard
oTreeItem.PrivateData = "d457";
// Writing into the property
var vPrivateData = oTreeItem.PrivateData;
// Reading from the property