Captions: PP.Ui.ListCaptions;
The Captions property determines tree captions.
Use JSON or the setCaptions method to set the property value and the getCaptions method to get the property value.
Executing the example requires the SimpleTreeList component with the Tree identifier (see Example of Creating the SimpleTreeList Component).
// Get tree caption Tree.getCaptions(); // -> PP.Ui.ListCaptions {_Content: "First", _Reduction: 0, _MinWidth: 20, _Percent: 40, _Resizable: true…}
After executing the example an object with tree caption is obtained.
See also: