AutoCheckParent: Boolean;
AutoCheckParent: boolean;
The AutoCheckParent property determines whether checkboxes of tree parent nodes automatically receive an indefinite state, if not all the child elements are selected.
Available values:
True. On selecting the child nodes, an indefinite state is automatically set for the parent node. On selecting the parent node, all the child nodes are automatically selected.
False. Default. All nodes are selected independently.
In order the AutoCheckParent property works, the IDimensionViewerBase.Checkboxes property mjst be set to True.
See also: