Skip to main content
All docs
V23.2

CustomPrintEventArgs(VisualBrick, Rectangle) Constructor

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

Namespace: DevExpress.PivotGrid.Printing

Assembly: DevExpress.PivotGrid.v23.2.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