Lists values specifying the aggregate function types.
Namespace: DevExpress.Mobile.DataGrid
Assembly: DevExpress.Mobile.Grid.v18.2.dll
Name | Description |
---|---|
Average | The average value of a column. |
Count | The count of records. |
Custom | Specifies whether calculations should be performed manually using a specially designed event. |
Max | The maximum value in a column. |
Min | The minimum value in a column. |
None | Disables summary value calculation. |
Sum | The sum of all values in a column. |
The SummaryType enumeration values are used to specify the aggregate function to calculate summary values. These values are assigned to the GridColumnSummary.Type property.