Back to Devexpress

MapOverlay.Items Property

windowsforms-devexpress-dot-xtramap-dot-mapoverlay-04d09ba8.md

latest1.1 KB
Original Source

MapOverlay.Items Property

Returns the collection of overlay items that the overlay displays.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
public MapOverlayItemCollection Items { get; }
vb
Public ReadOnly Property Items As MapOverlayItemCollection

Property Value

TypeDescription
MapOverlayItemCollection

A collection of MapOverlayItemBase descendant objects.

|

See Also

MapOverlay Class

MapOverlay Members

DevExpress.XtraMap Namespace