MapItemEditingEventArgs.Result Property
Gets or sets the edit action result.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v26.1.dll
NuGet Package: DevExpress.Win.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