Skip to main content
A newer version of this page is available.
All docs
V19.1

CustomExportCellEventArgs(IVisualBrick, PivotGridCellItem, ExportAppearanceObject, PivotGridViewInfo, PivotGridViewInfoData, PivotGridPrinterBase, GraphicsUnit, Rectangle) Constructor

Initializes a new instance of the CustomExportCellEventArgs class.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.1.dll

Declaration

public CustomExportCellEventArgs(
    IVisualBrick brick,
    PivotGridCellItem cellItem,
    ExportAppearanceObject appearance,
    PivotGridViewInfo viewInfo,
    PivotGridViewInfoData data,
    PivotGridPrinterBase printer,
    GraphicsUnit graphicsUnit,
    Rectangle rect
)

Parameters

Name Type
brick DevExpress.XtraPrinting.IVisualBrick
cellItem PivotGridCellItem
appearance DevExpress.XtraPivotGrid.Printing.ExportAppearanceObject
viewInfo DevExpress.XtraPivotGrid.ViewInfo.PivotGridViewInfo
data DevExpress.XtraPivotGrid.Data.PivotGridViewInfoData
printer DevExpress.PivotGrid.Printing.PivotGridPrinterBase
graphicsUnit GraphicsUnit
rect Rectangle
See Also