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

DocumentMapSettings.Source Property

Gets a collection of the Document Map’s items. This is a dependency property.

Namespace: DevExpress.Xpf.DocumentViewer

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

NuGet Package: DevExpress.Wpf.DocumentViewer.Core

Declaration

public IEnumerable<object> Source { get; }

Property Value

Type Description
IEnumerable<Object>

A source of objects represented as items in the Document Map.

Property Paths

You can access this nested property as listed below:

Object Type Path to Source
DocumentMapControl
.ActualSettings .Source
DocumentMapControl
.Settings .Source
DocumentViewerControl
See Also