Back to Devexpress

MapItemAttributeMappingCollection Class

wpf-devexpress-dot-xpf-dot-map-0dd8ca43.md

latest1.8 KB
Original Source

MapItemAttributeMappingCollection Class

A mapping collection of map item attributes.

Namespace : DevExpress.Xpf.Map

Assembly : DevExpress.Xpf.Map.v25.2.dll

NuGet Package : DevExpress.Wpf.Map

Declaration

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

The following members return MapItemAttributeMappingCollection objects:

Remarks

This collection is accessed using the DataSourceAdapterBase.AttributeMappings property of the DataSourceAdapterBase class descendants.

Inheritance

Object Collection<MapItemAttributeMapping> ObservableCollection<MapItemAttributeMapping> MapItemAttributeMappingCollection

See Also

MapItemAttributeMappingCollection Members

DevExpress.Xpf.Map Namespace