windowsforms-devexpress-dot-xtramap-15ebeaef.md
A collection of attributes for an individual map item.
Namespace : DevExpress.XtraMap
Assembly : DevExpress.XtraMap.v25.2.dll
NuGet Package : DevExpress.Win.Map
public class MapItemAttributeCollection :
NamedItemNotificationCollection<MapItemAttribute>,
ISimpleNamedCollection<MapItemAttribute>,
ISupportCollectionActions<MapItemAttribute>,
IIndexSupport<MapItemAttribute>,
IEnumerable<MapItemAttribute>,
IEnumerable
Public Class MapItemAttributeCollection
Inherits NamedItemNotificationCollection(Of MapItemAttribute)
Implements ISimpleNamedCollection(Of MapItemAttribute),
ISupportCollectionActions(Of MapItemAttribute),
IIndexSupport(Of MapItemAttribute),
IEnumerable(Of MapItemAttribute),
IEnumerable
The following members return MapItemAttributeCollection objects:
An object of MapItemAttributeCollection class can be accessed using the MapItem.Attributes property.
For more information, see Provide Data Using Vector Item Attributes.
Object DXCollectionBase<MapItemAttribute> DXCollection<MapItemAttribute> NotificationCollection<MapItemAttribute> DevExpress.Utils.NamedItemNotificationCollection<MapItemAttribute> MapItemAttributeCollection
See Also