Skip to main content
A newer version of this page is available.

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

Initializes a new instance of the CustomExportHeaderEventArgs class.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.1.dll

Declaration

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

Parameters

Name Type Description
brick DevExpress.XtraPrinting.IVisualBrick
fieldItem DevExpress.XtraPivotGrid.Data.PivotFieldItemBase
appearance DevExpress.XtraPivotGrid.Printing.ExportAppearanceObject
field PivotGridFieldBase
rect Rectangle

A System.Drawing.Rectangle object.

See Also