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

DocumentMapControl.ActualSource Property

Gets an actual collection of the DocumentMapControl‘s items. This is a dependency property.

Namespace: DevExpress.Xpf.DocumentViewer

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

Declaration

public IEnumerable<object> ActualSource { get; }

Property Value

Type Description
IEnumerable<Object>

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

See Also