ASPxClientHtmlEditorCommandArguments Class
In This Article
The base class for parameters used in the ASPxHtmlEditor‘s client-side commands.
#Declaration
TypeScript
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
See Also