TreeListView.NodeDefaultStyle

Syntax

NodeDefaultStyle: PP.Style || Object || String;

Description

The NodeDefaultStyle property determines default node style.

Comments

Use JSON or the setNodeDefaultStyle method to set the property value and the getNodeDefaultStyle method to get the property value.

Example

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:

TreeListView