Back to Devexpress

DocumentMapSettings.HideAfterUse Property

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

latest2.0 KB
Original Source

DocumentMapSettings.HideAfterUse Property

Gets or sets a value that specifies whether the Document Map should be hidden after using it for navigation purposes. This is a dependency property.

Namespace : DevExpress.Xpf.DocumentViewer

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

NuGet Package : DevExpress.Wpf.DocumentViewer.Core

Declaration

csharp
public bool? HideAfterUse { get; set; }
vb
Public Property HideAfterUse As Boolean?

Property Value

TypeDescription
Nullable<Boolean>

true, to hide the Document Map after using it for navigation purposes; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to HideAfterUse
DocumentMapControl

.ActualSettings .HideAfterUse

| | DocumentMapControl |

.Settings .HideAfterUse

| | DocumentViewerControl |

.ActualDocumentMapSettings .HideAfterUse

|

See Also

DocumentMapSettings Class

DocumentMapSettings Members

DevExpress.Xpf.DocumentViewer Namespace