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

MapOverlayHitInfo.OverlayItem Property

Returns the hit overlay item.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v18.2.dll

Declaration

public MapOverlayItemBase OverlayItem { get; }

Property Value

Type Description
MapOverlayItemBase

A MapOverlayItemBase object that has been hit.

Remarks

Note

If overlay items are overlapped, then the upper item will be returned using this property.

See Also