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

PrintRowEventArgs.Y Property

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

Namespace: DevExpress.XtraGrid.Views.Printing

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

public int Y { get; set; }

Property Value

Type Description
Int32

An integer value that specifies the Y 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