Skip to main content

ASPxClientHtmlEditorTableCellPropertiesCommandArguments Class

Contains settings related to the ASPxClientCommandConsts.TABLECELLPROPERTIES_DIALOG_COMMAND command parameter.

#Declaration

TypeScript
declare class ASPxClientHtmlEditorTableCellPropertiesCommandArguments extends ASPxClientHtmlEditorCommandArguments

#Remarks

When the ASPxClientHtmlEditor.ExecuteCommand method is used to execute the ASPxClientCommandConsts.TABLECELLPROPERTIES_DIALOG_COMMAND command manually, it requires an additional parameter of the ASPxClientHtmlEditorTableCellPropertiesCommandArguments type.

To create an instance of this class, use the ASPxClientHtmlEditorTableCellPropertiesCommandArguments constructor. Specify all required properties of the newly created object and pass the resulting parameter to the ASPxClientHtmlEditor.ExecuteCommand method.

#Inheritance

ASPxClientHtmlEditorCommandArguments
ASPxClientHtmlEditorTableCellPropertiesCommandArguments
See Also