Skip to main content

PivotGridCustomSummaryEventHandler Delegate

In This Article

A method that will handle the ASPxPivotGrid.CustomSummary event.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v24.2.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