MapItemAttributeMappingCollection Class
In This Article
A mapping collection of map item attributes.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.2.dll
NuGet Package: DevExpress.Win.Map
#Declaration
public class MapItemAttributeMappingCollection :
MapItemMappingBaseCollection<MapItemAttributeMapping>
#Related API Members
The following members return MapItemAttributeMappingCollection objects:
#Remarks
See the Provide Data Using Vector Item Attributes topic to learn more.
#Inheritance
Object
DXCollectionBase<MapItemAttributeMapping>
DXCollection<MapItemAttributeMapping>
NotificationCollection<MapItemAttributeMapping>
OwnedCollection<MapItemAttributeMapping>
DevExpress.XtraMap.MapItemMappingBaseCollection<MapItemAttributeMapping>
MapItemAttributeMappingCollection
See Also