Skip to main content
All docs
V23.2

CustomExportHeaderEventArgs(VisualBrick, PivotFieldItemBase, ExportAppearanceObject, PivotGridFieldBase, Rectangle) Constructor

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

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v23.2.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