Skip to main content
A newer version of this page is available. .

PivotXlsExportOptions.CustomizeCell Event

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.v18.2.dll

Declaration

public event CustomizePivotCellEventHandler CustomizeCell

Remarks

Review the PivotXlsxExportOptions.CustomizeCell topic for more information.

See Also