Back to Devexpress

RedoCommand Class

aspnet-js-redocommand.md

latest561 B
Original Source

RedoCommand Class

A command to reverse actions of the previous undo command.

Declaration

ts
declare class RedoCommand extends CommandWithSimpleStateBase

Remarks

An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.redo property.

Inheritance

CommandBase CommandWithSimpleStateBase RedoCommand

See Also

RedoCommand Members