Skip to main content

PdfOutlineViewerSettings.HideAfterUse Property

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

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v23.2.dll

NuGet Package: DevExpress.Win.PdfViewer

Declaration

public bool HideAfterUse { get; set; }

Property Value

Type Description
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 Type Path to HideAfterUse
PdfViewer
.OutlineViewerSettings .HideAfterUse
See Also