CancelPrintRowEventArgs.Cancel Property
Gets or sets whether the current row must not be printed/exported.
Namespace: DevExpress.XtraGrid.Views.Printing
Assembly: DevExpress.XtraGrid.v26.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean | true if the current row must not be printed/exported; otherwise, false. |
See Also