CustomSummaryEventArgs Class
In This Article
Provides data for the GridControl.CustomSummary event.
Namespace: DevExpress.Data
Assembly: DevExpress.Data.v14.2.dll
#Declaration
#Remarks
The GridControl.CustomSummary event fires for each data row involved in summary calculation. When calculating a total summary value, this event is raised for each data row. When calculating a group summary value, the event fires for each data row within the currently processed group. Additionally, the event is raised before and after processing rows.
The CustomSummaryEventArgs class provides properties that allow you to obtain the processed field value, calculation stage, a summary item whose value is being calculated, etc.
For detailed information, see Data Summaries Overview.
#Examples
See Also