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

MapEditor.ClearSavedActions() Method

Clears all the saved actions.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Map

Declaration

public void 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