A newer version of this page is available.
Switch to the current version.
MapOverlayItemCollection Class
A collection that stores MapOverlayItemBase class descendant objects.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v19.2.dll
Declaration
public class MapOverlayItemCollection :
SupportCallbackCollection<MapOverlayItemBase>
Public Class MapOverlayItemCollection
Inherits SupportCallbackCollection(Of MapOverlayItemBase)
Related API Members
The following members accept/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
Feedback