Back to Devexpress

ReferencedDocumentOpeningEventArgs.OpenInNewWindow Property

wpf-devexpress-dot-xpf-dot-pdfviewer-dot-referenceddocumentopeningeventargs-a7f7b4ef.md

latest1.3 KB
Original Source

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

NuGet Package : DevExpress.Wpf.PdfViewer

Declaration

csharp
public bool OpenInNewWindow { get; }
vb
Public ReadOnly Property OpenInNewWindow As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

ReferencedDocumentOpeningEventArgs Class

ReferencedDocumentOpeningEventArgs Members

DevExpress.Xpf.PdfViewer Namespace