Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

MapItemAttributeCollection Class

A collection of attributes for an individual map item.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v24.2.dll

NuGet Package: DevExpress.Win.Map

#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