Back to Devexpress

PdfCommentViewerSettings.AddReplyCommand Property

wpf-devexpress-dot-xpf-dot-pdfviewer-dot-pdfcommentviewersettings-708a661d.md

latest1.7 KB
Original Source

PdfCommentViewerSettings.AddReplyCommand Property

Obtains a command that adds a reply in the Comments panel.

Namespace : DevExpress.Xpf.PdfViewer

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

NuGet Package : DevExpress.Wpf.PdfViewer

Declaration

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

.ActualCommentViewerSettings .AddReplyCommand

| | PdfViewerControl |

.CommentViewerSettings .AddReplyCommand

|

See Also

PdfCommentViewerSettings Class

PdfCommentViewerSettings Members

DevExpress.Xpf.PdfViewer Namespace