TcxTreeListSummaryItem.AllNodes Property
Specifies the calculation base for summary values.
Declaration
property AllNodes: Boolean read; write; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
For footer summaries, set the AllNodes property to True, to include all nodes in the calculation base. Otherwise, only root level nodes are included.
For group summaries, set the AllNodes property to True to include all child nodes of the same parent (regardless of their level) in the calculation base. Otherwise, only the immediate child nodes are included.
The following table shows examples of using the AllNodes property when calculating group summaries for a root level node.
Value | Description | Example |
---|---|---|
True | All child nodes (level 1 and beyond) are included. | |
False | Only the immediate child nodes (at level 1) are included. |
The default value of the AllNodes property is True.
See Also