Skip to main content

ASPxClientCommandConsts.PASTEHTMLMERGEFORMATTING_COMMAND Property

Identifies a command that pastes the content of the clipboard to the current cursor position, taking into account that the ASPxHtmlEditorHtmlEditingSettings.PasteMode property is set to MergeFormatting.

Declaration

static PASTEHTMLMERGEFORMATTING_COMMAND: string

Property Value

Type Description
string

Value: “pastehtmlmergeformatting”

Remarks

The PASTEHTMLMERGEFORMATTING_COMMAND property can be used in the following ways.

Note

This command is available only in the Design View.

See Also