TreeListSummaryCollection Class
In This Article
Represents a collection of summary items.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class TreeListSummaryCollection :
Collection<TreeListSummaryItem>
#Related API Members
The following members return TreeListSummaryCollection objects:
#Remarks
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. A collection of summary items is represented by the TreeListSummaryCollection class, and can be accessed via the ASPxTreeList.Summary property.
To learn more, see Data Summaries.
#Implements
DevExpress.Utils.IAssignableCollection
#Inheritance
See Also