TreeListView.Captions

Syntax

Captions: PP.Ui.ListCaptions;

Description

The Captions property determines tree captions.

Comments

Use JSON or the setCaptions method to set the property value and the getCaptions 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 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:

TreeListView