RichEditControl.Undo() Method
In This Article
Cancels changes caused by the last operation.
Namespace: DevExpress.Xpf.RichEdit
Assembly: DevExpress.Xpf.RichEdit.v24.2.dll
NuGet Package: DevExpress.Wpf.RichEdit
#Declaration
#Remarks
Use the RichEditControl.Redo method to apply the changes back after they have been canceled by the Undo method.
To disable the Undo/Redo feature, use the DocumentCapabilitiesOptions.Undo property.
See Also