NodeDefaultStyle: PP.Style || Object || String;
The NodeDefaultStyle property determines default node style.
Use JSON or the setNodeDefaultStyle method to set the property value and the getNodeDefaultStyle 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 default node style Tree.getNodeDefaultStyle(); // -> PP.Style {_ColumnIndex: null, _RowIndex: null, _Background: null, _Border: null, _Shadow: null…}
After executing the example default node style is obtained.
See also: