Skip to main content
All docs
V23.2

CustomizePivotCellEventArgs.ExportArea Property

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

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Package: 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