Back to Devexpress

IMapDataAdapter.Items Property

windowsforms-devexpress-dot-xtramap-dot-imapdataadapter-68fa7aff.md

latest1.6 KB
Original Source

IMapDataAdapter.Items Property

Provides access to the collection of data adapter items.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

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

Property Value

TypeDescription
IEnumerable<MapItem>

An object of a class implementing the IEnumerable<T> interface.

|

Remarks

The SourceItems collection is a collection whose items are loaded from a data source, file or specified manually (depending on the data adapter type).

The Items collection is a displayed items collection. This collection contains representative clusters if clustering is used. Or, the collection stores the same items as the SourceItems collection if clustering is disabled.

See Also

IMapDataAdapter Interface

IMapDataAdapter Members

DevExpress.XtraMap Namespace