Skip to main content
A newer version of this page is available. .
All docs
V20.2

PdfViewer.AllowCommentFiltering Property

Gets or sets whether to filter annotation comments in the Comments page on the navigation pane.

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v20.2.dll

NuGet Package: DevExpress.Win.PdfViewer

Declaration

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

Property Value

Type Default Description
Boolean **true**

true, to allow filtering comments; otherwise, false.

See Also