MapItemAttributeMappingCollection Class
A mapping collection of map item attributes.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v24.1.dll
NuGet Package: DevExpress.Wpf.Map
Declaration
public class MapItemAttributeMappingCollection :
ObservableCollection<MapItemAttributeMapping>
Related API Members
The following members return MapItemAttributeMappingCollection objects:
Remarks
This collection is accessed using the DataSourceAdapterBase.AttributeMappings property of the DataSourceAdapterBase class descendants.
Inheritance
See Also