Skip to main content
All docs
V25.1
  • WebCustomExportCellEventArgs(VisualBrick, PivotGridCellItem, WebPrintAppearanceObject, PivotGridData, PivotGridField, PivotGridField, PivotGridField, DXGraphicsUnit, PivotGridPrinterBase, Rectangle) Constructor

    Initializes a new instance of the WebCustomExportCellEventArgs class with specified settings.

    Namespace: DevExpress.Web.ASPxPivotGrid

    Assembly: DevExpress.Web.ASPxPivotGrid.v25.1.dll

    NuGet Package: DevExpress.Web

    Declaration

    public WebCustomExportCellEventArgs(
        VisualBrick brick,
        PivotGridCellItem cellItem,
        WebPrintAppearanceObject appearance,
        PivotGridData data,
        PivotGridField columnField,
        PivotGridField rowField,
        PivotGridField dataField,
        DXGraphicsUnit graphicsUnit,
        PivotGridPrinterBase printer,
        Rectangle rect
    )

    Parameters

    Name Type Description
    brick VisualBrick
    cellItem DevExpress.XtraPivotGrid.Data.PivotGridCellItem
    appearance DevExpress.PivotGrid.Printing.WebPrintAppearanceObject
    data DevExpress.XtraPivotGrid.Data.PivotGridData
    columnField PivotGridField

    A column field.

    rowField PivotGridField

    A row field.

    dataField PivotGridField

    A data field.

    graphicsUnit DXGraphicsUnit
    printer DevExpress.PivotGrid.Printing.PivotGridPrinterBase
    rect Rectangle

    A System.Drawing.Rectangle object.

    See Also