Back to Devexpress

RichEditControl.Undo() Method

windowsforms-devexpress-dot-xtrarichedit-dot-richeditcontrol-958885d5.md

latest1.4 KB
Original Source

RichEditControl.Undo() Method

Cancels changes caused by the last operation.

Namespace : DevExpress.XtraRichEdit

Assembly : DevExpress.XtraRichEdit.v25.2.dll

NuGet Package : DevExpress.Win.RichEdit

Declaration

csharp
public void Undo()
vb
Public Sub 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

Redo()

Undo

CanUndo

RichEditControl Class

RichEditControl Members

DevExpress.XtraRichEdit Namespace