PdfNavigationPaneVisibilityChangedEventArgs.PreviousNavigationPaneVisibility Property
In This Article
Gets the previous value of the PdfViewer.NavigationPaneVisibility property.
Namespace: DevExpress.XtraPdfViewer
Assembly: DevExpress.XtraPdfViewer.v24.2.dll
NuGet Package: DevExpress.Win.PdfViewer
#Declaration
#Property Value
Type | Description |
---|---|
Pdf |
A Pdf |
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 Navigation |
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