EditableItemHitInfo.Item Property
In This Article
Returns the editable items whose edge or point is under the hit tested point.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v24.2.dll
NuGet Package: DevExpress.Wpf.Map
#Declaration
public IEditableItem Item { get; }
#Property Value
Type | Description |
---|---|
IEditable |
The editable items whose edge or point is under the hit tested point. |
See Also