Back to Devexpress

CustomizePivotCellEventHandler Delegate

aspnet-devexpress-dot-web-dot-aspxpivotgrid-107c5543.md

latest1.3 KB
Original Source

CustomizePivotCellEventHandler Delegate

A method that handles the PivotXlsExportOptions.CustomizeCell and the PivotXlsxExportOptions.CustomizeCell events.

Namespace : DevExpress.Web.ASPxPivotGrid

Assembly : DevExpress.Web.ASPxPivotGrid.v25.2.dll

NuGet Package : DevExpress.Web

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.Web.ASPxPivotGrid Namespace