Back to Devexpress

MapItemAttributeMappingCollection Class

windowsforms-devexpress-dot-xtramap-29c3376f.md

latest2.2 KB
Original Source

MapItemAttributeMappingCollection Class

A mapping collection of map item attributes.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
public class MapItemAttributeMappingCollection :
    MapItemMappingBaseCollection<MapItemAttributeMapping>
vb
Public Class MapItemAttributeMappingCollection
    Inherits MapItemMappingBaseCollection(Of MapItemAttributeMapping)

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

MapItemAttributeMappingCollection Members

DevExpress.XtraMap Namespace