Skip to main content
A newer version of this page is available. .

MapItemEditingEventArgs.Action Property

Returns the action applied to items.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.2.dll

Declaration

public MapEditorAction Action { get; }

Property Value

Type Description
MapEditorAction

An action that is applied to items.

Available values:

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.

See Also