Skip to main content

ASPxClientCommandConsts.CHANGETABLECELL_COMMAND Property

Identifies a command that changes the selected table cell.

Declaration

static CHANGETABLECELL_COMMAND: string

Property Value

Type Description
string

Value: “changetablecell”

Remarks

The CHANGETABLECELL_COMMAND property can be used in the ASPxClientHtmlEditor.CommandExecuted event — to determine the action performed by an end-user. If the ASPxClientHtmlEditorCommandEventArgs.commandName event parameter returns the CHANGETABLECELL_COMMAND property value, this means that an end-user has clicked the OK button within the Cell Properties dialog.

See Also