Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.PdfViewer

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