Skip to main content
A newer version of this page is available. .

CancelPrintRowEventArgs.Cancel Property

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

Namespace: DevExpress.XtraGrid.Views.Printing

Assembly: DevExpress.XtraGrid.v19.2.dll

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