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.v26.1.Core.dll
Declaration
Property Value
| Type | Description |
|---|---|
| IEnumerable<Object> | A source of objects represented as items in the Document Map. |
See Also