SummaryType Enum
In This Article
Lists aggregate function types.
Namespace: DevExpress.WinUI.Grid
Assembly: DevExpress.WinUI.Grid.v23.2.dll
NuGet Package: DevExpress.WinUI
#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. |
See Also