Back to Devexpress

DocumentMapSettings.Source Property

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

latest1.9 KB
Original Source

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

NuGet Package : DevExpress.Wpf.DocumentViewer.Core

Declaration

csharp
public IEnumerable<object> Source { get; }
vb
Public ReadOnly Property Source As IEnumerable(Of Object)

Property Value

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

.ActualSettings .Source

| | DocumentMapControl |

.Settings .Source

| | DocumentViewerControl |

.ActualDocumentMapSettings .Source

|

See Also

DocumentMapSettings Class

DocumentMapSettings Members

DevExpress.Xpf.DocumentViewer Namespace