Back to Devexpress

CopyCommand Class

aspnet-js-copycommand.md

latest569 B
Original Source

CopyCommand Class

A command to copy the selected text and place it to the clipboard.

Declaration

ts
declare class CopyCommand extends CommandWithSimpleStateBase

Remarks

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

Inheritance

CommandBase CommandWithSimpleStateBase CopyCommand

See Also

CopyCommand Members