Back to Devexpress

RedoCommand Class

officefileapi-devexpress-dot-xtrarichedit-dot-commands-1c3c05c4.md

latest1.9 KB
Original Source

RedoCommand Class

Reverses actions of the previous UndoCommand.

Namespace : DevExpress.XtraRichEdit.Commands

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public class RedoCommand :
    HistoryCommandBase
vb
Public Class RedoCommand
    Inherits HistoryCommandBase

Remarks

The Redo command re-applies the actions or commands on which you have used the Undo command.

Inheritance

Object Command DevExpress.Utils.Commands.ControlCommand<IRichEditControl, RichEditCommandId, DevExpress.XtraRichEdit.Localization.XtraRichEditStringId> DevExpress.XtraRichEdit.Commands.RichEditCommandBase<DevExpress.XtraRichEdit.Localization.XtraRichEditStringId> RichEditCommand RichEditMenuItemSimpleCommand DevExpress.XtraRichEdit.Commands.HistoryCommandBase RedoCommand

See Also

RedoCommand Members

UndoCommand

Keyboard Shortcuts in Rich Text Editor

DevExpress.XtraRichEdit.Commands Namespace