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

IMapDataAdapter.SourceItems Property

Returns a source collection of MapItem objects.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.1.dll

Declaration

IEnumerable<MapItem> SourceItems { get; }

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