Skip to main content
A newer version of this page is available. .

ASPxClientCommandConsts.CHANGETABLEROW_COMMAND Property

Identifies a command that changes the selected table row.

Declaration

static CHANGETABLEROW_COMMAND: string

Property Value

Type Description
string

Value: “changetablerow”

Remarks

The CHANGETABLEROW_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 CHANGETABLEROW_COMMAND property value, this means that an end-user has clicked the OK button within the Row Properties dialog.

See Also