Skip to main content
All docs
V26.1
  • 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

    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