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

PdfOutlineViewerSettings.HideAfterUse Property

Gets or sets a value which specifies whether the PDF outline pane is hidden after clicking on the outline item.

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v19.1.dll

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 visibility behavior of the PDF outline pane after performing a click action on the outline item.

To access a PdfOutlineViewerSettings object, use the PdfViewer.OutlineViewerSettings property.

See Also