CustomSummaryProcess Enum
Lists values that specify the current status of custom summary calculation.
Namespace: DevExpress.Mobile.DataGrid
Assembly: DevExpress.Mobile.Grid.v18.2.dll
Declaration
Members
Name | Description |
---|---|
Start
|
Indicates that the process of custom summary calculation is about to start. |
Calculate
|
Indicates that custom summary calculation is in progress. This means the event is raised for a specific data row containing the field value used to calculate the processed custom summary. |
Finalize
|
Indicates that the process of custom summary calculation is finished. |
Related API Members
The following properties accept/return CustomSummaryProcess 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 CustomSummaryProcess enumeration contains values indicating the current stage of the custom summary calculation process. These members are used by the CustomSummaryEventArgs.SummaryProcess property.