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.v25.1.dll
#Declaration
public delegate void CustomizePivotCellEventHandler(
CustomizePivotCellEventArgs e
);
#Parameters
Name | Type | Description |
---|---|---|
e | Customize |
A Customize |
See Also