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.XtraMap

Assembly: DevExpress.XtraMap.v18.2.dll

Declaration

public class MapItemAttributeCollection :
    NamedItemNotificationCollection<MapItemAttribute>,
    ISimpleNamedCollection<MapItemAttribute>,
    ISupportCollectionActions<MapItemAttribute>,
    IIndexSupport<MapItemAttribute>,
    IEnumerable<MapItemAttribute>,
    IEnumerable

The following members return MapItemAttributeCollection objects:

Remarks

An object of MapItemAttributeCollection class can be accessed using the MapItem.Attributes property.

For more information, see Provide Data Using Vector Item Attributes.

Inheritance

Object
DXCollectionBase<MapItemAttribute>
DXCollection<MapItemAttribute>
NotificationCollection<MapItemAttribute>
DevExpress.Utils.NamedItemNotificationCollection<MapItemAttribute>
MapItemAttributeCollection
See Also