Back to Devexpress

PdfAttachmentsViewerSettings.OpenAttachmentCommand Property

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

latest1.9 KB
Original Source

PdfAttachmentsViewerSettings.OpenAttachmentCommand Property

Returns a command that opens an attachment in the Attachments panel using the program associated with the attachment file type.

Namespace : DevExpress.Xpf.PdfViewer

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

NuGet Package : DevExpress.Wpf.PdfViewer

Declaration

csharp
public ICommand OpenAttachmentCommand { get; }
vb
Public ReadOnly Property OpenAttachmentCommand As ICommand

Property Value

TypeDescription
ICommand

A command that implements the ICommand.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to OpenAttachmentCommand
PdfViewerControl

.ActualAttachmentsViewerSettings .OpenAttachmentCommand

| | PdfViewerControl |

.AttachmentsViewerSettings .OpenAttachmentCommand

|

See Also

PdfAttachmentsViewerSettings Class

PdfAttachmentsViewerSettings Members

DevExpress.Xpf.PdfViewer Namespace