Skip to main content
A newer version of this page is available. .

MapOverlay.Items Property

Returns the collection of overlay items that the overlay displays.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v21.1.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Map

Declaration

public MapOverlayItemCollection Items { get; }

Property Value

Type Description
MapOverlayItemCollection

A collection of MapOverlayItemBase descendant objects.

See Also