Skip to main content

MapOverlay.Items Property

Returns the collection of overlay items that the overlay displays.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public MapOverlayItemCollection Items { get; }

Property Value

Type Description
MapOverlayItemCollection

A collection of MapOverlayItemBase descendant objects.

See Also