Back to Devexpress

PdfAttachmentsViewerSettings.AttachmentsViewerStyle Property

wpf-devexpress-dot-xpf-dot-pdfviewer-dot-pdfattachmentsviewersettings-be63a7aa.md

latest1.8 KB
Original Source

PdfAttachmentsViewerSettings.AttachmentsViewerStyle Property

Gets or sets a style applied to the attachments viewer. This is a dependency property.

Namespace : DevExpress.Xpf.PdfViewer

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

NuGet Package : DevExpress.Wpf.PdfViewer

Declaration

csharp
public Style AttachmentsViewerStyle { get; set; }
vb
Public Property AttachmentsViewerStyle As Style

Property Value

TypeDescription
Style

A Style object providing corresponding style settings.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to AttachmentsViewerStyle
PdfViewerControl

.ActualAttachmentsViewerSettings .AttachmentsViewerStyle

| | PdfViewerControl |

.AttachmentsViewerSettings .AttachmentsViewerStyle

|

See Also

PdfAttachmentsViewerSettings Class

PdfAttachmentsViewerSettings Members

DevExpress.Xpf.PdfViewer Namespace