SummaryType Enum
Lists values specifying the aggregate function types.
Namespace: DevExpress.Mobile.DataGrid
Assembly: DevExpress.Mobile.Grid.v18.2.dll
Declaration
Members
Name | Description |
---|---|
None
|
Disables summary value calculation. |
Sum
|
The sum of all values in a column. |
Min
|
The minimum value in a column. |
Max
|
The maximum value in a column. |
Count
|
The count of records. |
Average
|
The average value of a column. |
Custom
|
Specifies whether calculations should be performed manually using a specially designed event. |
Related API Members
The following properties accept/return SummaryType values:
Remarks
Important
This documentation topic describes legacy technology. We no longer develop new functionality for the GridControl and suggest that you use the new DataGridView control instead.
The SummaryType enumeration values are used to specify the aggregate function to calculate summary values. These values are assigned to the GridColumnSummary.Type property.