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

PdfNavigationPaneSelectedPageChangedEventArgs.PreviousSelectedPage Property

Gets a previously selected page on a navigation pane.

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v24.2.dll

NuGet Package: DevExpress.Win.PdfViewer

#Declaration

public PdfNavigationPanePage PreviousSelectedPage { get; }

#Property Value

Type Description
PdfNavigationPanePage

A PdfNavigationPanePage enumeration value that represents a selected page on the navigation pane.

Available values:

Name Description
Default

When this option is used, the Bookmarks page is opened if a document contains bookmarks. Otherwise, the Thumbnails page is shown on the navigation pane.

Thumbnails

The Thumbnails page is selected on the navigation pane.

Bookmarks

The Bookmarks page is selected on the navigation pane.

Attachments

The Attachments page is selected on the navigation pane.

Comments

The Comments page is selected on the navigation pane.

Signatures

The Signatures page is selected on the navigation pane.

Layers

The Layers page is selected on the navigation pane.

See Also