Back to Devexpress

CancelPrintRowEventArgs Class

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

latest1.8 KB
Original Source

CancelPrintRowEventArgs 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 CancelPrintRowEventArgs :
    PrintRowEventArgs
vb
Public Class CancelPrintRowEventArgs
    Inherits PrintRowEventArgs

CancelPrintRowEventArgs is the data class for the following events:

Inheritance

Object EventArgs PrintRowEventArgs CancelPrintRowEventArgs

See Also

CancelPrintRowEventArgs Members

BeforePrintRow

Printing Overview

Export Overview

DevExpress.XtraGrid.Views.Printing Namespace