Back to Devexpress

TreeListSummaryItemCollection Class

wpf-devexpress-dot-xpf-dot-grid-125c5139.md

latest2.5 KB
Original Source

TreeListSummaryItemCollection Class

A collection of summary items.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public class TreeListSummaryItemCollection :
    SummaryItemCollectionBase<TreeListSummaryItem>
vb
Public Class TreeListSummaryItemCollection
    Inherits SummaryItemCollectionBase(Of TreeListSummaryItem)

The following members return TreeListSummaryItemCollection objects:

Remarks

The DXTreeList allows you to display concise information about individual columns. For instance, you can display the total number of nodes or maximum value, etc. This is called a summary.

The DXTreeList supports the Total Summary type. It stores total summary items within the DevExpress.Xpf.Grid.TreeListControl.TotalSummary collection. Individual summary items are represented by the TreeListSummaryItem objects.

To learn more, see Data Summaries.

Inheritance

Object Collection<TreeListSummaryItem> ObservableCollection<TreeListSummaryItem> DevExpress.Xpf.Core.ObservableCollectionCore<TreeListSummaryItem> SummaryItemCollectionBase<TreeListSummaryItem> TreeListSummaryItemCollection

See Also

TreeListSummaryItemCollection Members

DevExpress.Xpf.Grid Namespace