Skip to main content

EditableItemHitInfo.Item Property

Returns the editable items whose edge or point is under the hit tested point.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v23.2.dll

NuGet Package: DevExpress.Wpf.Map

Declaration

public IEditableItem Item { get; }

Property Value

Type Description
IEditableItem

The editable items whose edge or point is under the hit tested point.

See Also