Skip to main content

ASPxClientCommandConsts.PASTE_COMMAND Property

Identifies a command that pastes the content of the clipboard at the current cursor position.

Declaration

static PASTE_COMMAND: string

Property Value

Type Description
string

Value: “paste”

Remarks

The PASTE_COMMAND property can be used in the following ways.

Note

This command is available only in the Design View.

Important

This command doesn’t work in Chrome and Firefox due to its security specifics

See Also