WebCustomExportHeaderEventArgs(VisualBrick, PivotFieldItemBase, WebPrintAppearanceObject, PivotGridField, Rectangle) Constructor
Initializes a new instance of the WebCustomExportHeaderEventArgs class with specified settings.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
public WebCustomExportHeaderEventArgs(
VisualBrick brick,
PivotFieldItemBase fieldItem,
WebPrintAppearanceObject appearance,
PivotGridField field,
Rectangle rect
)
Parameters
| Name | Type | Description |
|---|---|---|
| brick | VisualBrick | |
| fieldItem | DevExpress.XtraPivotGrid.Data.PivotFieldItemBase | |
| appearance | DevExpress.PivotGrid.Printing.WebPrintAppearanceObject | |
| field | PivotGridField | A PivotGridField object. |
| rect | Rectangle | A System.Drawing.Rectangle object. |
See Also