Skip to main content

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.v23.2.dll

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

Declaration

public int X { get; set; }

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