MapControl.Overlays Property
In This Article
Returns the collection of map overlays.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.2.dll
NuGet Package: DevExpress.Win.Map
#Declaration
public MapOverlayCollection Overlays { get; }
#Property Value
Type | Description |
---|---|
Map |
A collection of Map |
See Also