Back to Devexpress

DeleteCommand Class

aspnet-js-deletecommand.md

latest566 B
Original Source

DeleteCommand Class

A command to delete the text in a selected range.

Declaration

ts
declare class DeleteCommand extends CommandWithSimpleStateBase

Remarks

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

Inheritance

CommandBase CommandWithSimpleStateBase DeleteCommand

See Also

DeleteCommand Members