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

RichEditControl.Undo() Method

Cancels changes caused by the last operation.

Namespace: DevExpress.Xpf.RichEdit

Assembly: DevExpress.Xpf.RichEdit.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.RichEdit, DevExpress.Wpf.RichEdit

Declaration

public void Undo()

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