Skip to main content
A newer version of this page is available. .
All docs
V21.1

PdfViewer.AllowCommentReplies Property

Gets or sets whether the comment replies are allowed.

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v21.1.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.PdfViewer

Declaration

[DefaultValue(true)]
public bool AllowCommentReplies { get; set; }

Property Value

Type Default Description
Boolean **true**

true to enable comment replies; otherwise, false.

Remarks

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

See Also