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

FormFieldValueChangingEventArgs.Cancel Property

Specifies a value indicating whether to cancel changing the form field value.

Namespace: DevExpress.Xpf.PdfViewer

Assembly: DevExpress.Xpf.PdfViewer.v19.2.dll

Declaration

public bool Cancel { get; set; }

Property Value

Type Description
Boolean

true, to cancel changing the interactive form field value; otherwise, false.

See Also