Skip to main content
A newer version of this page is available. .
All docs
V20.2

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.PivotGrid, DevExpress.Wpf.PivotGrid

Declaration

public bool Handled { get; set; }

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