Skip to main content

MapOverlayHitInfo.OverlayItem Property

Returns the hit overlay item.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

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