Skip to main content
A newer version of this page is available. .
All docs
V21.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.v21.1.dll

NuGet Packages: DevExpress.Win.Design, 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.

See Also