CustomSummaryEventHandler Delegate
A method that will handle the DataGridView.CalculateCustomSummary event.
Namespace: DevExpress.XamarinForms.DataGrid
Assembly: DevExpress.XamarinForms.Grid.dll
NuGet Package: DevExpress.XamarinForms.Grid
Declaration
public delegate void CustomSummaryEventHandler(
object sender,
CustomSummaryEventArgs e
);
Parameters
Name | Type |
---|---|
sender | Object |
e | CustomSummaryEventArgs |
See Also