AutoCheckParent: Boolean;
The AutoCheckParent property determines whether the indeterminate states should be 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 determined as undefined
False. Default value. All nodes have independent checkbox selection.
See also: