ASPxClientHtmlEditorTableRowPropertiesCommandArguments Class
Contains settings related to the ASPxClientCommandConsts.TABLEROWPROPERTIES_DIALOG_COMMAND command parameter.
Declaration
declare class ASPxClientHtmlEditorTableRowPropertiesCommandArguments extends ASPxClientHtmlEditorCommandArguments
Remarks
When the ASPxClientHtmlEditor.ExecuteCommand method is used to execute the ASPxClientCommandConsts.TABLEROWPROPERTIES_DIALOG_COMMAND command manually, it requires an additional parameter of the ASPxClientHtmlEditorTableRowPropertiesCommandArguments type.
To create an instance of this class, use the ASPxClientHtmlEditorTableRowPropertiesCommandArguments constructor. Specify all required properties of the newly created object and pass the resulting parameter to the ASPxClientHtmlEditor.ExecuteCommand method.
Inheritance
ASPxClientHtmlEditorCommandArguments
ASPxClientHtmlEditorTableRowPropertiesCommandArguments
See Also