Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

MapEditorUiHitInfo.AdditionalItem Property

Provides additional information about the Map Editor UI element under the test point.

Namespace: DevExpress.Xpf.Map

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

NuGet Package: DevExpress.Wpf.Map

#Declaration

public object AdditionalItem { get; }

#Property Value

Type Description
Object

An object that stores additional information about the Map Editor UI element under the test point.

#Remarks

Note that the type of the object that this property returns depends on the Element property value:

Value AdditionalItem
None Always null (or Nothing in VB).
ResizeHandle The TransformOrigin object that stores the position of the handle under the test point.
RotateHandle Always null (or Nothing in VB).
Item The MapItem object that is under the test point.
ItemPoint The EditableItemHitInfo object that provides information about an editable item’s point.
ItemEdge The EditableItemHitInfo object that provides information about an editable item’s edge.
See Also