Skip to main content

SummaryType Enum

Lists values specifying the aggregate function types.

Namespace: DevExpress.Xpf.Data

Assembly: DevExpress.Mvvm.v23.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation

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