PrintRowEventArgs.X Property
In This Article
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.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
#Property Value
Type | Description |
---|---|
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