SummaryType Enum
Lists values specifying the aggregate function types.
Namespace: DevExpress.Xpf.Data
Assembly: DevExpress.Mvvm.v24.1.dll
NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation
Declaration
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