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.v21.2.Core.dll

NuGet Package: DevExpress.Wpf.DocumentViewer.Core

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
.ActualSettings .ActualHideAfterUse
DocumentMapControl
.Settings .ActualHideAfterUse
DocumentViewerControl
.ActualDocumentMapSettings .ActualHideAfterUse
See Also