Back to Devexpress

PdfCommentViewerSettings.SetStatusCommand Property

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

latest1.7 KB
Original Source

PdfCommentViewerSettings.SetStatusCommand Property

Obtains a command that sets the review status in the Comments pane.

Namespace : DevExpress.Xpf.PdfViewer

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

NuGet Package : DevExpress.Wpf.PdfViewer

Declaration

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

.ActualCommentViewerSettings .SetStatusCommand

| | PdfViewerControl |

.CommentViewerSettings .SetStatusCommand

|

See Also

PdfCommentViewerSettings Class

PdfCommentViewerSettings Members

DevExpress.Xpf.PdfViewer Namespace