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

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

    Namespace: DevExpress.PivotGrid.Printing

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

    NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

    Declaration

    public CustomPrintEventArgs(
        VisualBrick brick,
        Rectangle rect
    )

    Parameters

    Name Type
    brick VisualBrick
    rect Rectangle
    See Also