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

ReferencedDocumentOpeningEventArgs.Cancel Property

Gets or sets whether to cancel opening a referenced document in the PDF Viewer.

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 opening the referenced document in the PDF Viewer; otherwise false.

See Also