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

CustomizePivotCellEventArgs.ExportArea Property

Gets the PivotGrid field area to which the current cell corresponds.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v20.2.dll

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

Declaration

public PivotGridExportArea ExportArea { get; }

Property Value

Type Description
DevExpress.Xpf.PivotGrid.PivotGridExportArea

The PivotGrid field area of the current cell in the export document.

See Also