Back to Devexpress

PrintRowEventArgs.X Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-printing-dot-printroweventargs-76b02cf0.md

latest1.6 KB
Original Source

PrintRowEventArgs.X Property

Gets or sets the X coordinate, in pixels, where the next row will be drawn in the printout/export output.

Namespace : DevExpress.XtraGrid.Views.Printing

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
public int X { get; set; }
vb
Public Property X As Integer

Property Value

TypeDescription
Int32

An integer value that specifies the X coordinate, in pixels, where the next row will be drawn in the printout/export output.

|

Remarks

If you draw custom information in the printout/export output, you typically need to manually adjust the X and/or Y positions to ensure that the next row will not overlap your custom output.

See Also

Y

PrintRowEventArgs Class

PrintRowEventArgs Members

DevExpress.XtraGrid.Views.Printing Namespace