MapOverlay.Items Property
In This Article
Returns the collection of overlay items that the overlay displays.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.2.dll
NuGet Package: DevExpress.Win.Map
#Declaration
public MapOverlayItemCollection Items { get; }
#Property Value
Type | Description |
---|---|
Map |
A collection of Map |
See Also