Skip to main content
All docs
V24.2

CustomExportHeaderEventArgsBase(VisualBrick, PivotFieldItemBase, PivotGridFieldBase, Rectangle) Constructor

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

Namespace: DevExpress.PivotGrid.Printing

Assembly: DevExpress.PivotGrid.v24.2.Core.dll

Declaration

public CustomExportHeaderEventArgsBase(
    VisualBrick brick,
    PivotFieldItemBase fieldItem,
    PivotGridFieldBase pivotGridField,
    Rectangle rect
)

Parameters

Name Type
brick VisualBrick
fieldItem DevExpress.XtraPivotGrid.Data.PivotFieldItemBase
pivotGridField PivotGridFieldBase
rect Rectangle
See Also