Skip to main content
All docs
V23.2

PdfViewer.AllowCommentSorting Property

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

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v23.2.dll

NuGet Package: DevExpress.Win.PdfViewer

Declaration

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

Property Value

Type Default Description
Boolean true

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

See Also