Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DocumentMapSettings.WrapLongLines Property

Gets or sets a value that specifies whether long lines should be wrapped in the Document Map. This is a dependency property.

Namespace: DevExpress.Xpf.DocumentViewer

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

NuGet Package: DevExpress.Wpf.DocumentViewer.Core

#Declaration

public bool? WrapLongLines { get; set; }

#Property Value

Type Description
Nullable<Boolean>

A Nullable<T><Boolean,> object that specifies whether to wrap long lines in the Document Map.

#Property Paths

You can access this nested property as listed below:

Object Type Path to WrapLongLines
DocumentMapControl
.ActualSettings .WrapLongLines
DocumentMapControl
.Settings .WrapLongLines
DocumentViewerControl
.ActualDocumentMapSettings .WrapLongLines
See Also