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