Skip to main content
All docs
V25.1
  • 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.v25.1.dll

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