Back to Devexpress

PdfViewer.AllowCommentSorting Property

windowsforms-devexpress-dot-xtrapdfviewer-dot-pdfviewer-46c32af5.md

latest1.2 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.PdfViewer

Declaration

csharp
[DefaultValue(true)]
public bool AllowCommentSorting { get; set; }
vb
<DefaultValue(True)>
Public Property AllowCommentSorting As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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

|

See Also

PdfViewer Class

PdfViewer Members

DevExpress.XtraPdfViewer Namespace