Back to Devexpress

PasteCommand Class

aspnet-js-pastecommand.md

latest576 B
Original Source

PasteCommand Class

A command to paste the text from the clipboard over the selection.

Declaration

ts
declare class PasteCommand extends CommandWithSimpleStateBase

Remarks

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

Inheritance

CommandBase CommandWithSimpleStateBase PasteCommand

See Also

PasteCommand Members