Cancels changes caused by the last operation.
public void Undo()
Public Sub Undo()
Use the Redo method to apply the changes back after they have been canceled by the Undo method.
To disable the Undo/Redo feature, use the DevExpress.XtraRichEdit.DocumentCapabilitiesOptions.Undo property.