Back to Devexpress

PdfAttachmentsViewerSettings.AttachmentsViewerPanelStyle Property

wpf-devexpress-dot-xpf-dot-pdfviewer-dot-pdfattachmentsviewersettings-3b4aa77f.md

latest2.6 KB
Original Source

PdfAttachmentsViewerSettings.AttachmentsViewerPanelStyle Property

OBSOLETE

Use the PdfViewerControl.NavigationPanelsStyle property instead.

Gets or sets a style applied to the attachments viewer.

Namespace : DevExpress.Xpf.PdfViewer

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

NuGet Package : DevExpress.Wpf.PdfViewer

Declaration

csharp
[Obsolete("Use the PdfViewerControl.NavigationPanelsStyle property instead.")]
public PdfAttachmentsViewerPanelStyle AttachmentsViewerPanelStyle { get; set; }
vb
<Obsolete("Use the PdfViewerControl.NavigationPanelsStyle property instead.")>
Public Property AttachmentsViewerPanelStyle As PdfAttachmentsViewerPanelStyle

Property Value

TypeDescription
PdfAttachmentsViewerPanelStyle

One of the PdfAttachmentsViewerPanelStyle values.

|

Available values:

NameDescription
Popup

This mode is similar to DockPanel.

| | DockPanel |

The attachments panel is positioned above the document window. Moving the cursor away from the panel will cause it to collapse. Clicking on the panel button will expand the attachments panel without sliding.

| | Tab |

The attachments panel is placed in the PDF Viewer without overlapping the document window.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to AttachmentsViewerPanelStyle
PdfViewerControl

.ActualAttachmentsViewerSettings .AttachmentsViewerPanelStyle

| | PdfViewerControl |

.AttachmentsViewerSettings .AttachmentsViewerPanelStyle

|

See Also

PdfAttachmentsViewerSettings Class

PdfAttachmentsViewerSettings Members

DevExpress.Xpf.PdfViewer Namespace