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

MapEditorAction Enum

Lists all actions that can cause map item changes.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v24.2.dll

NuGet Package: DevExpress.Win.Map

#Declaration

public enum MapEditorAction

#Members

Name Description
None

No action is performed.

Move

Map items have been moved.

Rotate

Map items have been rotated.

Resize

Map items have been resized.

PointUpdate

A map item’s point coordinates have been changed.

PointAdd

A new point has been added to the map item.

PointRemove

A map item’s point has been removed.

Create

A new map shape has been created.

Remove

Map items have been removed.

Copy

Map items have been copied.

#Related API Members

The following properties accept/return MapEditorAction values:

#Remarks

The MapEditor.MapItemEdited event uses these enumeration values to specify the action that invokes item changes.

See Also