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

ReferencedDocumentOpeningEventArgs.OpenInNewWindow Property

Gets a value that indicates whether the referenced document was opened in an external application.

Namespace: DevExpress.Xpf.PdfViewer

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

Declaration

public bool OpenInNewWindow { get; }

Property Value

Type Description
Boolean

true if the referenced document is opened in a new window; otherwise false.

See Also