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

CanProcessHandlerRequestEventArgs.Cancel Property

Specifies whether the event handler execution should be canceled.

Namespace: DevExpress.XtraReports.Web

Assembly: DevExpress.XtraReports.v18.2.Web.WebForms.dll

Declaration

public bool Cancel { get; set; }

Property Value

Type Description
Boolean

true to cancel the event handler; otherwise false.

See Also