Skip to main content

MapItemEditingEventArgs.Result Property

Gets or sets the edit action result.

Namespace: DevExpress.Xpf.Map

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

NuGet Package: DevExpress.Wpf.Map

Declaration

public MapEditActionResult Result { get; set; }

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