Skip to main content

CustomPrintEventArgs.Rect Property

Defines the size and location of the printed or exported cell.

Namespace: DevExpress.PivotGrid.Printing

Assembly: DevExpress.PivotGrid.v23.2.Core.dll

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

Declaration

public Rectangle Rect { get; set; }

Property Value

Type Description
Rectangle

A System.Drawing.Rectangle structure.

Remarks

The Rect property defines the width, height, and location of the printed or exported cell. The X and Y coordinates are specified from the top left corner of a cell.

See Also