Back to Devexpress

PrintRowEventArgs.RowHandle Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-printing-dot-printroweventargs-7de3bd05.md

latest1.4 KB
Original Source

PrintRowEventArgs.RowHandle Property

Gets the handle of the printed row.

Namespace : DevExpress.XtraGrid.Views.Printing

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public int RowHandle { get; }
vb
Public ReadOnly Property RowHandle As Integer

Property Value

TypeDescription
Int32

An integer value that represents the handle of the printed row.

|

Remarks

For more information on row handles, see Rows.

See Also

Rows

PrintRowEventArgs Class

PrintRowEventArgs Members

DevExpress.XtraGrid.Views.Printing Namespace