Skip to main content

MapItemEditingEventArgs.Result Property

Gets or sets the edit action result.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.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