Back to Devexpress

PdfNavigationPaneVisibilityChangedEventArgs.NavigationPaneVisibility Property

windowsforms-devexpress-dot-xtrapdfviewer-dot-pdfnavigationpanevisibilitychangedeventargs.md

latest2.1 KB
Original Source

PdfNavigationPaneVisibilityChangedEventArgs.NavigationPaneVisibility Property

Gets the visible state of a navigation pane.

Namespace : DevExpress.XtraPdfViewer

Assembly : DevExpress.XtraPdfViewer.v25.2.dll

NuGet Package : DevExpress.Win.PdfViewer

Declaration

csharp
public PdfNavigationPaneVisibility NavigationPaneVisibility { get; }
vb
Public ReadOnly Property NavigationPaneVisibility As PdfNavigationPaneVisibility

Property Value

TypeDescription
PdfNavigationPaneVisibility

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

|

Available values:

NameDescription
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.

|

See Also

PdfNavigationPaneVisibilityChangedEventArgs Class

PdfNavigationPaneVisibilityChangedEventArgs Members

DevExpress.XtraPdfViewer Namespace