Back to Devexpress

MapItemCollection Class

windowsforms-devexpress-dot-xtramap-688afda2.md

latest1.8 KB
Original Source

MapItemCollection Class

A collection of MapItem objects.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
public class MapItemCollection :
    OwnedCollection<MapItem>,
    ITransformableItemCollection,
    ISupportSwapItems,
    IEditableMapItemCollection
vb
Public Class MapItemCollection
    Inherits OwnedCollection(Of MapItem)
    Implements ITransformableItemCollection,
               ISupportSwapItems,
               IEditableMapItemCollection

The following members return MapItemCollection objects:

Inheritance

Object DXCollectionBase<MapItem> DXCollection<MapItem> NotificationCollection<MapItem> OwnedCollection<MapItem> MapItemCollection

See Also

MapItemCollection Members

DevExpress.XtraMap Namespace