Skip to main content
All docs
V25.1
  • CustomExportHeaderEventArgs(VisualBrick, PivotFieldItemBase, ExportAppearanceObject, PivotGridFieldBase, Rectangle) Constructor

    Initializes a new instance of the CustomExportHeaderEventArgs class with specified settings.

    Namespace: DevExpress.XtraPivotGrid

    Assembly: DevExpress.XtraPivotGrid.v25.1.dll

    NuGet Package: DevExpress.Win.PivotGrid

    Declaration

    public CustomExportHeaderEventArgs(
        VisualBrick brick,
        PivotFieldItemBase fieldItem,
        ExportAppearanceObject appearance,
        PivotGridFieldBase field,
        Rectangle rect
    )

    Parameters

    Name Type
    brick VisualBrick
    fieldItem DevExpress.XtraPivotGrid.Data.PivotFieldItemBase
    appearance DevExpress.XtraPivotGrid.Printing.ExportAppearanceObject
    field PivotGridFieldBase
    rect Rectangle
    See Also