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.v24.2.Core.dll
NuGet Package: DevExpress.Wpf.DocumentViewer.Core
Declaration
Property Value
Type | Description |
---|---|
IEnumerable<Object> | A source of objects represented as items in the Document Map. |
See Also