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

MapItemCollection Class

A collection of MapItem objects.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v20.1.dll

NuGet Package: DevExpress.Win.Map

Declaration

public class MapItemCollection :
    OwnedCollection<MapItem>,
    ITransformableItemCollection,
    ISupportSwapItems

The following members return MapItemCollection objects:

See Also