Back to Devexpress

PrintRowEventArgs Class

windowsforms-devexpress-dot-xtragrid-dot-views-dot-printing-c86c31b7.md

latest1.8 KB
Original Source

PrintRowEventArgs Class

Provides data for the GridView.BeforePrintRow event.

Namespace : DevExpress.XtraGrid.Views.Printing

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public class PrintRowEventArgs :
    EventArgs
vb
Public Class PrintRowEventArgs
    Inherits EventArgs

PrintRowEventArgs is the data class for the following events:

Inheritance

Object EventArgs PrintRowEventArgs CancelPrintRowEventArgs

See Also

PrintRowEventArgs Members

BeforePrintRow

Printing Overview

Export Overview

DevExpress.XtraGrid.Views.Printing Namespace