PivotGridCustomSummaryEventHandler Delegate
A method that will handle the ASPxPivotGrid.CustomSummary event.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
public delegate void PivotGridCustomSummaryEventHandler(
object sender,
PivotGridCustomSummaryEventArgs e
);
Parameters
Name | Type | Description |
---|---|---|
sender | Object | The event source. |
e | PivotGridCustomSummaryEventArgs | A PivotGridCustomSummaryEventArgs object that contains event data. |
See Also