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

DocumentMapSettings.ActualHideAfterUse Property

Gets the actual value of the Document Map visibility after using it for navigation purposes.

Namespace: DevExpress.Xpf.DocumentViewer

Assembly: DevExpress.Xpf.DocumentViewer.v19.2.Core.dll

Declaration

public bool ActualHideAfterUse { get; }

Property Value

Type Description
Boolean

true, if the Document Map is hidden after using it; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to ActualHideAfterUse
DocumentMapControl
.Settings.ActualHideAfterUse
DocumentViewerControl
.ActualDocumentMapSettings.ActualHideAfterUse
PdfOutlinesViewerControl
.Settings.ActualHideAfterUse
PdfViewerControl
DocumentPreviewControl
.ActualDocumentMapSettings.ActualHideAfterUse
See Also