Skip to main content
All docs
V25.1
  • 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.v25.1.Core.dll

    NuGet Package: 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