AutoCheckParent: Boolean;
The AutoCheckParent property determines whether the indeterminate states are set automatically for the parent nodes of the component, (CheckState = Indeterminate), when not all of the child nodes are selected.
The property is relevant if the Checkboxes property is set to True.
Available values:
True. If not all child nodes of the node are selected, the node state is set as indeterminate.
False. Default value. All nodes have independent checkbox selection.
See also: