MapItemCollection Class
In This Article
A collection of MapItem objects.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.2.dll
NuGet Package: DevExpress.Win.Map
#Declaration
public class MapItemCollection :
OwnedCollection<MapItem>,
ITransformableItemCollection,
ISupportSwapItems,
IEditableMapItemCollection
#Related API Members
The following members return MapItemCollection objects:
#Inheritance
See Also