TreeListBase.DataObject

Syntax

DataObject: Array;

Description

The DataObject property determines tree data source.

Comments

Use JSON or the setDataObject method to set the property value and the getDataObject method to get the property value.

Example

The example of property use is given in the Example of Creating the SimpleTreeList Component page.

See also:

TreeListBase