Back to Devexpress

PdfViewer.AllowCommentReplies Property

windowsforms-devexpress-dot-xtrapdfviewer-dot-pdfviewer-b15e3219.md

latest1.3 KB
Original Source

PdfViewer.AllowCommentReplies Property

Gets or sets whether the comment replies are allowed.

Namespace : DevExpress.XtraPdfViewer

Assembly : DevExpress.XtraPdfViewer.v25.2.dll

NuGet Package : DevExpress.Win.PdfViewer

Declaration

csharp
[DefaultValue(true)]
public bool AllowCommentReplies { get; set; }
vb
<DefaultValue(True)>
Public Property AllowCommentReplies As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true to enable comment replies; otherwise, false.

|

Remarks

Set this property to false to disable the Reply editor in the Comments Panel.

See Also

PdfViewer Class

PdfViewer Members

DevExpress.XtraPdfViewer Namespace