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

PdfViewer.NavigationPaneVisibility Property

Specifies the current visible state of a navigation pane.

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v24.2.dll

NuGet Package: DevExpress.Win.PdfViewer

#Declaration

[Browsable(false)]
public PdfNavigationPaneVisibility NavigationPaneVisibility { get; set; }

#Property Value

Type Description
PdfNavigationPaneVisibility

A PdfNavigationPaneVisibility enumerator value defining the visibility of a navigation pane.

Available values:

Name Description
Default

Equal to Visible (if a document contains bookmarks) or to Collapsed (if a document does not have bookmarks, and Attachments tab is collapsed). This option is not available for the NavigationPaneVisibility property.

Hidden

Navigation pane is hidden.

Collapsed

The Navigation pane is collapsed.

Visible

The Navigation pane is displayed.

Expanded

The Navigation pane is expanded.

#Exceptions

Type Description
ArgumentOutOfRangeException

Thrown if the property is set to PdfNavigationPaneVisibility.Default.

#Remarks

Use the NavigationPaneVisibility property to specify the state of a Navigation pane.

Note

The Default mode is not supported for the NavigationPaneVisibility property.

Use the NavigationPaneInitialVisibility property to specify the state of the Navigation pane after loading a new document.

See Also