Control.ParentNode

Syntax

ParentNode: String;

Description

The ParentNode property determines a parent DOM node.

Comments

The property value is returned with the getParentNode method, and is set from JSON.

Example

The property use is given in description of the Control.addStateClass method.

See also:

Control