Skip to main content
A newer version of this page is available. .

MapEditor.AllowSaveActions Property

Gets or sets the value that specifies whether the command manager saves end-user changes.

Namespace: DevExpress.Xpf.Map

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

NuGet Package: DevExpress.Wpf.Map

Declaration

public bool AllowSaveActions { get; set; }

Property Value

Type Description
Boolean

true to save commands; otherwise false.

Remarks

When this property is set to false, end-users cannot cancel (use Undo, Redo) applied changes.

See Also