Back to Devexpress

PdfCommentViewerSettings.PropertiesCommand Property

wpf-devexpress-dot-xpf-dot-pdfviewer-dot-pdfcommentviewersettings-0ea1fdfa.md

latest1.8 KB
Original Source

PdfCommentViewerSettings.PropertiesCommand Property

Gets a command that invokes the Annotation Properties dialog in the Comments panel.

Namespace : DevExpress.Xpf.PdfViewer

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

NuGet Package : DevExpress.Wpf.PdfViewer

Declaration

csharp
public ICommand PropertiesCommand { get; }
vb
Public ReadOnly Property PropertiesCommand 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 PropertiesCommand
PdfViewerControl

.ActualCommentViewerSettings .PropertiesCommand

| | PdfViewerControl |

.CommentViewerSettings .PropertiesCommand

|

See Also

PdfCommentViewerSettings Class

PdfCommentViewerSettings Members

DevExpress.Xpf.PdfViewer Namespace