Back to Devexpress

ASPxClientHtmlEditorTablePropertiesCommandArguments Class

aspnet-js-aspxclienthtmleditortablepropertiescommandarguments.md

latest1.6 KB
Original Source

ASPxClientHtmlEditorTablePropertiesCommandArguments Class

Contains settings related to the ASPxClientCommandConsts.TABLEPROPERTIES_DIALOG_COMMAND command parameter.

Declaration

ts
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

ASPxClientHtmlEditorCommandArguments ASPxClientHtmlEditorTablePropertiesCommandArguments ASPxClientHtmlEditorInsertTableCommandArguments

See Also

ASPxClientHtmlEditorTablePropertiesCommandArguments Members