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