Skip to main content

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

NuGet Package: DevExpress.Wpf.DocumentViewer.Core

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