Back to Devexpress

MapItemEditingEventArgs.Action Property

wpf-devexpress-dot-xpf-dot-map-dot-mapitemeditingeventargs-d9c69d97.md

latest1.7 KB
Original Source

MapItemEditingEventArgs.Action Property

Returns the action applied to items.

Namespace : DevExpress.Xpf.Map

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

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public MapEditorAction Action { get; }
vb
Public ReadOnly Property Action As MapEditorAction

Property Value

TypeDescription
MapEditorAction

An action that is applied to items.

|

Available values:

NameDescription
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

MapItemEditingEventArgs Class

MapItemEditingEventArgs Members

DevExpress.Xpf.Map Namespace