Skip to main content
A newer version of this page is available. .

TreeListSummaryItem Class

Represents a summary item.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v18.2.dll

Declaration

public class TreeListSummaryItem :
    CollectionItem,
    IDataSourceViewSchemaAccessor

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

Inheritance

See Also