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.v21.1.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Uwp.Controls, DevExpress.Win.Design, DevExpress.WinUI

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