Skip to main content

MapItemAttributeMappingCollection Class

A mapping collection of map item attributes.

Namespace: DevExpress.Xpf.Map

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

NuGet Package: DevExpress.Wpf.Map

Declaration

public class MapItemAttributeMappingCollection :
    ObservableCollection<MapItemAttributeMapping>

The following members return MapItemAttributeMappingCollection objects:

Remarks

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

See Also