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

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
.Settings.Source
DocumentViewerControl
PdfOutlinesViewerControl
.Settings.Source
PdfViewerControl
DocumentPreviewControl
See Also