Skip to main content
A newer version of this page is available. .

PdfOutlineViewerSettings.HideAfterUse Property

Gets or sets whether to hide the panel after an outline was clicked.

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.PdfViewer

Declaration

public bool HideAfterUse { get; set; }

Property Value

Type Description
Boolean

true to hide the outline pane after clicking on the item (e.g., a bookmark); false to show the outline pane after use.

Property Paths

You can access this nested property as listed below:

Object Type Path to HideAfterUse
PdfViewer
.OutlineViewerSettings .HideAfterUse

Remarks

Use the HideAfterUse property to control the outline pane visibility after performing a click action on the outline item.

See Also