Skip to main content

ASPxClientCommandConsts.DELETE_COMMAND Property

Identifies a command that deletes the selected content.

Declaration

static DELETE_COMMAND: string

Property Value

Type Description
string

Value: “delete”

Remarks

The DELETE_COMMAND property can be used in the ASPxClientHtmlEditor.ExecuteCommand method to execute the command manually. This command isn’t related to any UI element of the html editor. Using the Delete or Backspace keys doesn’t invoke this command either.

Note

This command is available only in the Design View.

See Also