MapEditor.ClearSavedActions() Method
Clears all the saved actions.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.1.dll
NuGet Package: DevExpress.Win.Map
Declaration
Remarks
Note that the ClearSavedActions method does not undo the performed edit actions. Use the MapEditor.Undo method to cancel the last edit action.
See Also