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

MapItemEditingEventArgs.Action Property

Returns the action applied to items.

Namespace: DevExpress.Xpf.Map

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

NuGet Package: DevExpress.Wpf.Map

#Declaration

public MapEditorAction Action { get; }

#Property Value

Type Description
MapEditorAction

An action that is applied to items.

Available values:

Name Description
None

The Editor does not make any action.

Move

Moves a map item or a map item group.

Rotate

Rotates a map item or a map item group.

Resize

Resizes a map item or a map item group.

PointUpdate

Moves an editable item’s point.

PointAdd

Adds a point to an editable item.

PointRemove

Removes a point from an editable item.

Create

Creates a new map item.

Remove

Removes a map item or a map item group.

Copy

Copies a map item or a map item group.

See Also