Skip to main content

EditableItemHitInfo.Item Property

Returns the Map Item whose point or edge is under the hit tested point.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public IEditableItem Item { get; }

Property Value

Type Description
IEditableItem

The Map Item whose point or edge is under the hit tested point.

See Also