IMapDataAdapter.SourceItems Property
Returns a source collection of MapItem objects.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.1.dll
NuGet Package: DevExpress.Win.Map
Declaration
Property Value
Type | Description |
---|---|
IEnumerable<MapItem> | A collection of MapItem objects. |
Remarks
The IMapDataAdapter.SourceItems
collection is a collection whose items are loaded from a data source, a file or specified manually (depending on the data adapter type).
The IMapDataAdapter.Items collection is a displayed items collection. This collection can store items which are cluster representatives, if the clustering feature is enabled, or can be identical to the IMapDataAdapter.SourceItems
collection.
See Also