Back to Devexpress

PdfViewerControl.ShowPropertiesCommand Property

wpf-devexpress-dot-xpf-dot-pdfviewer-dot-pdfviewercontrol-0c17108d.md

latest1.3 KB
Original Source

PdfViewerControl.ShowPropertiesCommand Property

Invokes the Properties window that shows the document properties.

Namespace : DevExpress.Xpf.PdfViewer

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

NuGet Package : DevExpress.Wpf.PdfViewer

Declaration

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

Property Value

TypeDescription
ICommand

A command that implements the ICommand.

|

Remarks

To learn more about using commands, refer to MSDN.

See Also

PdfViewerControl Class

PdfViewerControl Members

DevExpress.Xpf.PdfViewer Namespace