Back to Devexpress

CustomizePivotCellEventHandler Delegate

windowsforms-devexpress-dot-xtrapivotgrid-87e101fd.md

latest1.4 KB
Original Source

CustomizePivotCellEventHandler Delegate

Represents a method that will handle the PivotXlsxExportOptions.CustomizeCell and PivotXlsxExportOptions.CustomizeCell events.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

csharp
public delegate void CustomizePivotCellEventHandler(
    CustomizePivotCellEventArgs e
);
vb
Public Delegate Sub CustomizePivotCellEventHandler(
    e As CustomizePivotCellEventArgs
)

Parameters

NameTypeDescription
eCustomizePivotCellEventArgs

A CustomizePivotCellEventArgs object that contains event data.

|

See Also

DevExpress.XtraPivotGrid Namespace