MetaSource.ChildrenReqCount

Syntax

ChildrenReqCount: Number;

Description

The ChildrenReqCount property determines the number of tree nodes, which are loaded after the tree is created.

Comments

Use JSON or the setChildrenReqCount method to set the property value, and the getChildrenReqCount method to get the property value.

The 100 value is set for the property by default.

Example

The example of property use is given in description of the MetaTree constructor.

See also:

MetaSource