CustomizePivotCellEventHandler Delegate
In This Article
A method that handles the PivotXlsExportOptions.CustomizeCell and the PivotXlsxExportOptions.CustomizeCell events.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public delegate void CustomizePivotCellEventHandler(
CustomizePivotCellEventArgs e
);
#Parameters
Name | Type | Description |
---|---|---|
e | Customize |
A Customize |
See Also