Skip to main content
A newer version of this page is available. .

MapOverlayItemCollection Class

A collection that stores MapOverlayItemBase class descendant objects.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v20.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public class MapOverlayItemCollection :
    SupportCallbackCollection<MapOverlayItemBase>

The following members return MapOverlayItemCollection objects:

Remarks

This collection is used by the MapOverlay.Items property.

Inheritance

Object
DXCollectionBase<MapOverlayItemBase>
DXCollection<MapOverlayItemBase>
DevExpress.XtraMap.SupportCallbackCollection<MapOverlayItemBase>
MapOverlayItemCollection
See Also