Skip to main content
All docs
V26.1
  • CustomPrintEventArgs(VisualBrick, Rectangle) Constructor

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

    Namespace: DevExpress.PivotGrid.Printing

    Assembly: DevExpress.PivotGrid.v26.1.Core.dll

    Declaration

    public CustomPrintEventArgs(
        VisualBrick brick,
        Rectangle rect
    )

    Parameters

    Name Type
    brick VisualBrick
    rect Rectangle
    See Also