Back to Devexpress

CustomSummaryProcess Enum

mobilecontrols-devexpress-dot-xamarinforms-dot-datagrid-e9f54e4e.md

latest1.4 KB
Original Source

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

csharp
public enum CustomSummaryProcess

Members

NameDescription
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.

|

The following properties accept/return CustomSummaryProcess values:

Remarks

The CustomSummaryEventArgs.SummaryProcess property uses values of the CustomSummaryProcess enumeration.

See Also

DevExpress.XamarinForms.DataGrid Namespace