TcxTreeListSummary Properties
A tree list summary collection.| Name | Description |
|---|---|
| FooterSummaryCount | Returns the number of footer summaries in the parent TreeList control. |
| FooterSummaryItems | Provides indexed access to the TreeList control’s footer summaries. |
| FooterSummaryRowCount | Returns the number of footer summary rows. |
| FooterSummaryTexts | Provides access to the display values of footer summaries. |
| FooterSummaryValues | Provides access to footer summary values. |
| FooterSummaryVisibleCount | Returns the number of visible footer summaries. |
| GroupFooterSummaryCount | Returns the number of group footer summaries created within the TreeList control. |
| GroupFooterSummaryItems | Provides indexed access to the TreeList control’s group footer summaries. |
| GroupFooterSummaryRowCount | Returns the maximum number of rows that group summaries occupy in group footers. |
| GroupFooterSummaryTexts | Provides access to display values of group summaries calculated for a specified node. |
| GroupFooterSummaryValues | Provides access to group summary values calculated for a specified node. |
| GroupFooterSummaryVisibleCount | Returns the number of visible group summaries. |
| TreeList | Provides access to the parent tree list control. |
See Also