CancelPrintRowEventArgs.Cancel Property
In This Article
Gets or sets whether the current row must not be printed/exported.
Namespace: DevExpress.XtraGrid.Views.Printing
Assembly: DevExpress.XtraGrid.v24.2.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