Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.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