Skip to main content
A newer version of this page is available. .

CustomPrintEventArgs.Rect Property

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

Namespace: DevExpress.PivotGrid.Printing

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

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