Back to Devexpress

CustomPrintEventArgs.Rect Property

corelibraries-devexpress-dot-pivotgrid-dot-printing-dot-customprinteventargs-5e101bbf.md

latest1.4 KB
Original Source

CustomPrintEventArgs.Rect Property

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

Namespace : DevExpress.PivotGrid.Printing

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

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

Declaration

csharp
public Rectangle Rect { get; set; }
vb
Public Property Rect As Rectangle

Property Value

TypeDescription
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

CustomPrintEventArgs Class

CustomPrintEventArgs Members

DevExpress.PivotGrid.Printing Namespace