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.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Map

Declaration

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

The following members return MapItemCollection objects:

See Also