TreeNode.Checked

Syntax

Checked: Boolean

Description

The Checked property determines whether the node checkbox is marked.

Comments

If the property is set to True, the checkbox is marked. By default this property is set to False.

Example

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

See also:

TreeNode