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

PdfViewerControl.HasAttachments Property

Gets a value that defines whether the Attachments panel of a PDF Viewer is visible.

Namespace: DevExpress.Xpf.PdfViewer

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

NuGet Package: DevExpress.Wpf.PdfViewer

Declaration

public bool HasAttachments { get; }

Property Value

Type Description
Boolean

true if the attachment panel is visible; otherwise false.

See Also