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

CustomExportHeaderEventArgsBase(IVisualBrick, PivotFieldItemBase, PivotGridFieldBase, Rectangle) Constructor

Initializes a new instance of the CustomExportHeaderEventArgsBase<T> class.

Namespace: DevExpress.PivotGrid.Printing

Assembly: DevExpress.PivotGrid.v19.1.Core.dll

Declaration

public CustomExportHeaderEventArgsBase(
    IVisualBrick brick,
    PivotFieldItemBase fieldItem,
    PivotGridFieldBase field,
    Rectangle rect
)

Parameters

Name Type
brick DevExpress.XtraPrinting.IVisualBrick
fieldItem DevExpress.XtraPivotGrid.Data.PivotFieldItemBase
field PivotGridFieldBase
rect Rectangle
See Also