Back to Devexpress

PdfOutlineViewerSettings.HideAfterUse Property

windowsforms-devexpress-dot-xtrapdfviewer-dot-pdfoutlineviewersettings.md

latest1.5 KB
Original Source

PdfOutlineViewerSettings.HideAfterUse Property

Gets or sets whether to hide the Bookmarks panel after a bookmark is clicked.

Namespace : DevExpress.XtraPdfViewer

Assembly : DevExpress.XtraPdfViewer.v25.2.dll

NuGet Package : DevExpress.Win.PdfViewer

Declaration

csharp
public bool HideAfterUse { get; set; }
vb
Public Property HideAfterUse As Boolean

Property Value

TypeDescription
Boolean

true to hide the Bookmarks panel after a user clicks the bookmark; false to display the pane after use.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to HideAfterUse
PdfViewer

.OutlineViewerSettings .HideAfterUse

|

See Also

PdfOutlineViewerSettings Class

PdfOutlineViewerSettings Members

DevExpress.XtraPdfViewer Namespace