Skip to main content

ASPxClientHtmlEditorTablePropertiesCommandArguments Class

Contains settings related to the ASPxClientCommandConsts.TABLEPROPERTIES_DIALOG_COMMAND command parameter.

#Declaration

TypeScript
declare class ASPxClientHtmlEditorTablePropertiesCommandArguments extends ASPxClientHtmlEditorCommandArguments

#Remarks

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

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

#Inheritance

See Also