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