MapItemAttributeCollection Class
A collection of attributes for an individual map item.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.1.dll
NuGet Package: DevExpress.Win.Map
Declaration
public class MapItemAttributeCollection :
NamedItemNotificationCollection<MapItemAttribute>,
ISimpleNamedCollection<MapItemAttribute>,
ISupportCollectionActions<MapItemAttribute>,
IIndexSupport<MapItemAttribute>,
IEnumerable<MapItemAttribute>,
IEnumerable
Related API Members
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