Skip to main content
All docs
V26.1
  • PdfViewer.AllowCommentFiltering Property

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

    Namespace: DevExpress.XtraPdfViewer

    Assembly: DevExpress.XtraPdfViewer.v26.1.dll

    Declaration

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

    Property Value

    Type Default Description
    Boolean true

    true to allow users to filter comments; otherwise, false.

    See Also