Back to Devexpress

MapEditor.ClearSavedActions() Method

windowsforms-devexpress-dot-xtramap-dot-mapeditor-a50a8018.md

latest995 B
Original Source

MapEditor.ClearSavedActions() Method

Clears all the saved actions.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
public void ClearSavedActions()
vb
Public Sub ClearSavedActions

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

MapEditor Class

MapEditor Members

DevExpress.XtraMap Namespace