Back to Devexpress

RichEditControl.Redo() Method

wpf-devexpress-dot-xpf-dot-richedit-dot-richeditcontrol-8a31f06f.md

latest1.2 KB
Original Source

RichEditControl.Redo() Method

Reapplies the last action that was undone in the control.

Namespace : DevExpress.Xpf.RichEdit

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

NuGet Package : DevExpress.Wpf.RichEdit

Declaration

csharp
public void Redo()
vb
Public Sub Redo

Remarks

Use the RichEditControl.CanRedo property to determine whether the last action the user has undone can be reapplied to the control.

See Also

CanRedo

Undo()

ClearUndo()

RichEditControl Class

RichEditControl Members

DevExpress.Xpf.RichEdit Namespace