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

MapItemAttributeCollection Class

A collection of attributes for an individual map item.

Namespace: DevExpress.UI.Xaml.Map

Assembly: DevExpress.UI.Xaml.Map.v18.2.dll

Declaration

public class MapItemAttributeCollection :
    BaseObservableCollection<MapItemAttribute>

The following members return MapItemAttributeCollection objects:

Inheritance

Object
Collection<MapItemAttribute>
ObservableCollection<MapItemAttribute>
DevExpress.Data.BaseObservableCollection<MapItemAttribute>
MapItemAttributeCollection
See Also