TreeList.KeepHasChild

Syntax

KeepHasChild: Boolean

Description

The KeepHasChild property determines changing of displaying a hierarchical tree and changing the HasChild property for nodes when the Drag&Drop mode is active.

Comments

Available values:

Use JSON or thesetKeepHasChild method to set the property value and the getKeepHasChild method to get the property value.

Example

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

See also:

TreeList