Back to Devexpress

IMapDataAdapter.SourceItems Property

windowsforms-devexpress-dot-xtramap-dot-imapdataadapter-23c1c80b.md

latest1.7 KB
Original Source

IMapDataAdapter.SourceItems Property

Returns a source collection of MapItem objects.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
IEnumerable<MapItem> SourceItems { get; }
vb
ReadOnly Property SourceItems As IEnumerable(Of MapItem)

Property Value

TypeDescription
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

IMapDataAdapter Interface

IMapDataAdapter Members

DevExpress.XtraMap Namespace