Skip to main content
All docs
V25.1
  • PdfViewer.CommentSortMode Property

    Gets or sets the sorting mode for the annotations and comments in the Comments navigation pane.

    Namespace: DevExpress.XtraPdfViewer

    Assembly: DevExpress.XtraPdfViewer.v25.1.dll

    NuGet Package: DevExpress.Win.PdfViewer

    Declaration

    [DefaultValue(PdfCommentSortMode.Page)]
    public PdfCommentSortMode CommentSortMode { get; set; }

    Property Value

    Type Default Description
    PdfCommentSortMode Page

    An enumeration value that indicates the sorting mode.

    Available values:

    Name Description
    Page

    Annotations are sorted by page.

    Author

    Annotations are sorted by author.

    Date

    Annotations are sorted by date.

    Checked

    Annotations are sorted by checkmark status (checked or unchecked).

    Type

    Annotations are sorted by type.

    See Also