Skip to main content

CancelPrintRowEventArgs.Cancel Property

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

Namespace: DevExpress.XtraGrid.Views.Printing

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public bool Cancel { get; set; }

Property Value

Type Description
Boolean

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

See Also