CustomizePivotCellEventHandler Delegate
In This Article
Represents a method that will handle the PivotXlsxExportOptions.CustomizeCell and PivotXlsxExportOptions.CustomizeCell events.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.2.dll
NuGet Package: DevExpress.Win.PivotGrid
#Declaration
public delegate void CustomizePivotCellEventHandler(
CustomizePivotCellEventArgs e
);
#Parameters
Name | Type | Description |
---|---|---|
e | Customize |
A Customize |
See Also