Back to Devexpress

MapEditor.AllowSaveActions Property

wpf-devexpress-dot-xpf-dot-map-dot-mapeditor-6648f2a6.md

latest1.1 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public bool AllowSaveActions { get; set; }
vb
Public Property AllowSaveActions As Boolean

Property Value

TypeDescription
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

MapEditor Class

MapEditor Members

DevExpress.Xpf.Map Namespace