Back to Devexpress

ASPxClientHtmlEditorCommandArguments Class

aspnet-js-aspxclienthtmleditorcommandarguments.md

latest1.7 KB
Original Source

ASPxClientHtmlEditorCommandArguments Class

The base class for parameters used in the ASPxHtmlEditor‘s client-side commands.

Declaration

ts
declare class ASPxClientHtmlEditorCommandArguments

Remarks

When executed manually, some of ASPxHtmlEditor‘s client-side commands require specific parameters. Some of these parameters are objects of a unique type. These types are descendants from this base class.

Inheritance

ASPxClientHtmlEditorCommandArguments ASPxClientHtmlEditorInsertImageCommandArguments

ASPxClientHtmlEditorInsertLinkCommandArguments

ASPxClientHtmlEditorChangeMediaElementCommandArguments

ASPxClientHtmlEditorTablePropertiesCommandArguments

ASPxClientHtmlEditorTableCellPropertiesCommandArguments

ASPxClientHtmlEditorTableRowPropertiesCommandArguments

ASPxClientHtmlEditorTableColumnPropertiesCommandArguments

See Also

Client-Side Commands

ASPxClientHtmlEditorCommandArguments Members