Skip to main content
A newer version of this page is available. .

PdfPopupMenuKind Enum

Lists values used to specify the popup menu type available in the PDF Viewer.

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v20.2.dll

NuGet Package: DevExpress.Win.PdfViewer

Declaration

public enum PdfPopupMenuKind

Members

Name Description Example
PageContent

Specifies a popup menu that can be invoked by right clicking the page content of the PDF Viewer.

PageContent

BookmarkTree

Specifies a popup menu that can be invoked by right clicking the bookmark item in the bookmarks hierarchical tree on the Navigation pane of the PDF Viewer.

BookmarkTree

BookmarkOptions

Specifies a popup menu that can be invoked by clicking the Options drop-down button in the Bookmarks panel of the PDF Viewer.

BookmarkOptions

Thumbnail

Specifies a popup menu that can be invoked by right clicking the page thumbnail on the Navigation pane of the PDF Viewer.

ThumbnailPopup

ThumbnailOptions

Specifies a popup menu that can be invoked by clicking the Options drop-down button in the Page Thumbnails panel of the PDF Viewer.

ThumbnailsOptionsPopup

CommentOptions

A pop-up menu that appears when the user clicks Options on the Comments navigation pane.

Comment Options Pop-Up

CommentSort

A pop-up menu that appears when the user clicks Sort on the Comments navigation pane.

Comment Sort Pop-Up

CommentFilter

A pop-up menu that appears when the user clicks Filter on the Comments navigation pane.

Comment Filter Pop-Up

Comment

A pop-up menu that appears when the user right-clicks an annotation on the Comments navigation pane.

comment pop-up

CommentReview

A pop-up menu that appears when the user right-clicks an annotation on the Comments navigation pane and selects Set Status.

comment review pop-up

Related API Members

The following properties accept/return PdfPopupMenuKind values:

Remarks

Refer to the following articles for information on how to customize pop-up menus:

See Also