Back to Devexpress

PdfCommentViewerSettings.AllowCommentReplies Property

wpf-devexpress-dot-xpf-dot-pdfviewer-dot-pdfcommentviewersettings-a159f031.md

latest1.7 KB
Original Source

PdfCommentViewerSettings.AllowCommentReplies Property

Gets or sets whether the comment replies are allowed. This is a dependency property.

Namespace : DevExpress.Xpf.PdfViewer

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

NuGet Package : DevExpress.Wpf.PdfViewer

Declaration

csharp
public bool AllowCommentReplies { get; set; }
vb
Public Property AllowCommentReplies As Boolean

Property Value

TypeDescription
Boolean

true to enable comment replies; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to AllowCommentReplies
PdfViewerControl

.ActualCommentViewerSettings .AllowCommentReplies

| | PdfViewerControl |

.CommentViewerSettings .AllowCommentReplies

|

See Also

PdfCommentViewerSettings Class

PdfCommentViewerSettings Members

DevExpress.Xpf.PdfViewer Namespace