Back to Devexpress

Data Summaries (Tree List)

aspnet-3971-components-tree-list-concepts-data-shaping-and-manipulation-data-summaries.md

latest2.1 KB
Original Source

Data Summaries (Tree List)

  • Jun 16, 2022

The ASPxTreeList enables you to calculate summary values for all values within a column or within a group of nodes, and display the result inside footer cells. Summaries can be displayed within Footer or Group Footer cells. The ASPxTreeList allows multiple summaries to be displayed within individual footer or group footer cells.

The ASPxTreeList supports two types of summary:

  • Total Summaries

  • Group Summaries

The Footer is displayed if the TreeListSettings.ShowFooter property is set to true. Group Footers are displayed if the TreeListSettings.ShowGroupFooter option is enabled.

Summary items are represented by TreeListSummaryItem objects, and are stored within the ASPxTreeList’s ASPxTreeList.Summary collection. You can obtain the required summary value using the ASPxTreeList.GetSummaryValue method.

Concepts

Member Table

Task-Based Help: