Back to Devexpress

BackspaceCommand Class

aspnet-js-backspacecommand.md

latest615 B
Original Source

BackspaceCommand Class

A command to move the cursor backwards and erase the character in that space.

Declaration

ts
declare class BackspaceCommand extends CommandWithSimpleStateBase

Remarks

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

Inheritance

CommandBase CommandWithSimpleStateBase BackspaceCommand

See Also

BackspaceCommand Members