MapItemEditingEventArgs.Action Property
In This Article
Returns the action applied to items.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.2.dll
NuGet Package: DevExpress.Win.Map
#Declaration
public MapEditorAction Action { get; }
#Property Value
Type | Description |
---|---|
Map |
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. |
Point |
A map item’s point coordinates have been changed. |
Point |
A new point has been added to the map item. |
Point |
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