Skip to main content
A newer version of this page is available. .

MapItemAttributeMappingCollection Class

A mapping collection of map item attributes.

Namespace: DevExpress.Xpf.Map

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

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