Skip to main content

PivotXlsExportOptions.CustomizeCell Event

In This Article

Allows you to specify cell formatting when exporting a Pivot Grid control to XLSX format in data-aware mode.

Namespace: DevExpress.Web.ASPxPivotGrid

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

NuGet Package: DevExpress.Web

#Declaration

public event CustomizePivotCellEventHandler CustomizeCell

#Remarks

Review the PivotXlsxExportOptions.CustomizeCell topic for more information.

See Also