TreeListSummaryItem Class
Represents a summary item.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Related API Members
The following members return TreeListSummaryItem objects:
Library | Related API Members |
---|---|
ASP.NET MVC Extensions | MVCxTreeListSummaryCollection.Add() |
MVCxTreeListSummaryCollection.Add(SummaryItemType, String) | |
ASP.NET Web Forms Controls | TreeListCustomSummaryEventArgs.SummaryItem |
Remarks
The ASPxTreeList supports two types of summary:
Total Summaries
These are aggregate function values calculated over all nodes within the ASPxTreeList and displayed within the Footer.
Group Summaries
Summary values are calculated over child nodes and displayed within the Group Footer.
Summary items are stored within the ASPxTreeList.Summary collection.
Concepts
- Data Summaries
- Custom Aggregate Functions
- How to: Display Summaries
- How to: Calculate Custom Summaries
Inheritance
Object
StateManager
CollectionItem
TreeListSummaryItem
See Also