Back to Devexpress

MapItemAttributeCollection Class

windowsforms-devexpress-dot-xtramap-15ebeaef.md

latest2.6 KB
Original Source

MapItemAttributeCollection Class

A collection of attributes for an individual map item.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
public class MapItemAttributeCollection :
    NamedItemNotificationCollection<MapItemAttribute>,
    ISimpleNamedCollection<MapItemAttribute>,
    ISupportCollectionActions<MapItemAttribute>,
    IIndexSupport<MapItemAttribute>,
    IEnumerable<MapItemAttribute>,
    IEnumerable
vb
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:

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

MapItemAttributeCollection Members

DevExpress.XtraMap Namespace