MapItemEditingEventArgs.Result Property
Gets or sets the edit action result.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v25.2.dll
NuGet Package: DevExpress.Wpf.Map
Declaration
Property Value
| Type | Description |
|---|---|
| MapEditActionResult | The edit action result. |
Available values:
| Name | Description |
|---|---|
| None | No edit action is applied. |
| Cancel | The edit action is canceled. |
| Finish | The edit action is finished. |
See Also