A newer version of this page is available.
Switch to the current version.
MapItemAttributeMappingCollection Class
A mapping collection of map item attributes.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v18.2.dll
Declaration
public class MapItemAttributeMappingCollection :
MapItemMappingBaseCollection<MapItemAttributeMapping>
Public Class MapItemAttributeMappingCollection
Inherits MapItemMappingBaseCollection(Of MapItemAttributeMapping)
Related API Members
The following members accept/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
Feedback