TreeListBase.NodeFixedChecked

Syntax

NodeFixedChecked: Boolean;

Description

The NodeFixedChecked property determines the FixedChecked data mapping parameter of the specified node.

Comments

The property is not used in the current class implementation.

Use the setNodeFixedChecked(nodeKey, value) method to set the property value, and the getNodeFixedChecked(nodeKey) method to get the property value.

Parameters:

nodeKey. String. Node identifier

value. Boolean. Value.

Example

The property is under development.

See also:

TreeListBase