CustomizePivotCellEventArgs.Handled Property
Gets or sets a value that indicates whether the PivotGridXlsExportOptions.CustomizeCell/PivotGridXlsxExportOptions.CustomizeCell event is handled.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if the event is handled; otherwise, false |
Remarks
Set the CustomizePivotCellEventArgs.Handled parameter to true to export cells with custom formatting. Otherwise, the cells are exported with default settings.
See Also