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

SummaryType Enum

Lists values specifying the aggregate function types.

Namespace: DevExpress.Xpf.Data

Assembly: DevExpress.Mvvm.v22.1.dll

NuGet Package: DevExpress.Mvvm

Declaration

public enum SummaryType

Members

Name Description
Sum

The sum of all values in a column.

Avg

The average value of a column.

Min

The minimum value in a column.

Max

The maximum value in a column.

Count

The record count.

Custom
See Also