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.v24.1.dll
NuGet Package: DevExpress.Wpf.Map
Declaration
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