CustomSummaryProcess Enum
Lists values that indicate the current stage of the custom summary calculation process.
Namespace: DevExpress.XamarinForms.DataGrid
Assembly: DevExpress.XamarinForms.Grid.dll
NuGet Package: DevExpress.XamarinForms.Grid
Declaration
public enum CustomSummaryProcess
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 that contains 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
The CustomSummaryEventArgs.SummaryProcess property uses values of the CustomSummaryProcess enumeration.