Skip to main content

MapItemCollection Class

A collection of MapItem objects.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

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

The following members return MapItemCollection objects:

See Also