Skip to main content
A newer version of this page is available. .
All docs
V20.2

SummaryItemCollectionBase<T>.Add(SummaryItemType, String) Method

Adds a summary item to the collection. Use the AddRange method to add a range of summary items.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v20.2.Core.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, DevExpress.Wpf.Grid.Core

Declaration

public T Add(
    SummaryItemType summaryType,
    string fieldName
)

Parameters

Name Type Description
summaryType SummaryItemType

The aggregate function type (Sum, Min, Max, Average, and Count).

fieldName String

The name of a data source field whose values are used for summary calculation.

Returns

Type Description
T

GridSummaryItem / TreeListSummaryItem

See Also