Back to Devexpress

DocumentMapSettings.ActualHideAfterUse Property

wpf-devexpress-dot-xpf-dot-documentviewer-dot-documentmapsettings-31e7f381.md

latest1.9 KB
Original Source

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

NuGet Package : DevExpress.Wpf.DocumentViewer.Core

Declaration

csharp
public bool ActualHideAfterUse { get; }
vb
Public ReadOnly Property ActualHideAfterUse As Boolean

Property Value

TypeDescription
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 TypePath to ActualHideAfterUse
DocumentMapControl

.ActualSettings .ActualHideAfterUse

| | DocumentMapControl |

.Settings .ActualHideAfterUse

| | DocumentViewerControl |

.ActualDocumentMapSettings .ActualHideAfterUse

|

See Also

DocumentMapSettings Class

DocumentMapSettings Members

DevExpress.Xpf.DocumentViewer Namespace