Back to Devexpress

TreeListSummaryCollection Class

aspnet-devexpress-dot-web-dot-aspxtreelist-77d6a66c.md

latest2.9 KB
Original Source

TreeListSummaryCollection Class

Represents a collection of summary items.

Namespace : DevExpress.Web.ASPxTreeList

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

NuGet Package : DevExpress.Web

Declaration

csharp
public class TreeListSummaryCollection :
    Collection<TreeListSummaryItem>
vb
Public Class TreeListSummaryCollection
    Inherits Collection(Of TreeListSummaryItem)

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

IList

ICollection

IStateManager

DevExpress.Utils.IAssignableCollection

IList<TreeListSummaryItem>

ICollection<TreeListSummaryItem>

IEnumerable<TreeListSummaryItem>

IEnumerable

Inheritance

Object StateManagedCollectionBase Collection Collection<TreeListSummaryItem> TreeListSummaryCollection MVCxTreeListSummaryCollection

See Also

TreeListSummaryCollection Members

Tree List

DevExpress.Web.ASPxTreeList Namespace