Back to Devexpress

MapItemPropertyMappingCollection Class

windowsforms-devexpress-dot-xtramap-efa285ba.md

latest2.2 KB
Original Source

MapItemPropertyMappingCollection Class

A collection of MapItemPropertyMappingBase class descendant objects.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
public class MapItemPropertyMappingCollection :
    MapItemMappingBaseCollection<MapItemPropertyMappingBase>,
    ISupportSwapItems
vb
Public Class MapItemPropertyMappingCollection
    Inherits MapItemMappingBaseCollection(Of MapItemPropertyMappingBase)
    Implements ISupportSwapItems

The following members return MapItemPropertyMappingCollection objects:

Inheritance

Object DXCollectionBase<MapItemPropertyMappingBase> DXCollection<MapItemPropertyMappingBase> NotificationCollection<MapItemPropertyMappingBase> OwnedCollection<MapItemPropertyMappingBase> DevExpress.XtraMap.MapItemMappingBaseCollection<MapItemPropertyMappingBase> MapItemPropertyMappingCollection

See Also

MapItemPropertyMappingCollection Members

DevExpress.XtraMap Namespace