PageStyle: PP.Style || Object || String;
The PageStyle property determines style of container with nodes.
Use JSON or the setPageStyle method to set the property value and the getPageStyle method to get the property value.
Executing the example requires the SimpleTreeList component with the Tree identifier (see Example of Creating the SimpleTreeList Component).
// Set container style Tree.setStyle("border: solid 1px black");
After executing the example a border is set for node container.
See also: