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.v25.1.dll

#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