Back to Devexpress

EditableItemHitInfo.Item Property

windowsforms-devexpress-dot-xtramap-dot-editableitemhitinfo-78a6bf1c.md

latest1.0 KB
Original Source

EditableItemHitInfo.Item Property

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

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
public IEditableItem Item { get; }
vb
Public ReadOnly Property Item As IEditableItem

Property Value

TypeDescription
IEditableItem

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

|

See Also

EditableItemHitInfo Class

EditableItemHitInfo Members

DevExpress.XtraMap Namespace