CustomExportHeaderEventArgs(VisualBrick, PivotFieldItemBase, ExportAppearanceObject, PivotGridFieldBase, Rectangle) Constructor
Initializes a new instance of the CustomExportHeaderEventArgs class with specified settings.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.2.dll
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