Skip to main content
All docs
V25.1
  • CustomizePivotCellEventArgs.ExportArea Property

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

    Namespace: DevExpress.Xpf.PivotGrid

    Assembly: DevExpress.Xpf.PivotGrid.v25.1.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