Back to Devexpress

CancelPrintRowEventArgs.Cancel Property

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

latest1.3 KB
Original Source

CancelPrintRowEventArgs.Cancel Property

Gets or sets whether the current row must not be printed/exported.

Namespace : DevExpress.XtraGrid.Views.Printing

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public bool Cancel { get; set; }
vb
Public Property Cancel As Boolean

Property Value

TypeDescription
Boolean

true if the current row must not be printed/exported; otherwise, false.

|

See Also

CancelPrintRowEventArgs Class

CancelPrintRowEventArgs Members

DevExpress.XtraGrid.Views.Printing Namespace