Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PdfPopupMenuKind Enum

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

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v24.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 article for information on how to customize pop-up menus: How to: Customize Popup Menus

See Also