Back to Devexpress

MapItemEditingEventArgs.Result Property

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

latest1.2 KB
Original Source

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

csharp
public MapEditActionResult Result { get; set; }
vb
Public Property Result As MapEditActionResult

Property Value

TypeDescription
MapEditActionResult

The edit action result.

|

Available values:

NameDescription
None

No edit action is applied.

| | Cancel |

The edit action is canceled.

| | Finish |

The edit action is finished.

|

See Also

MapItemEditingEventArgs Class

MapItemEditingEventArgs Members

DevExpress.Xpf.Map Namespace