ASPxClientCommandConsts Class
Declares client constants that contain the names of the ASPxHtmlEditor‘s default client commands.
Declaration
declare class ASPxClientCommandConsts
Remarks
The ASPxClientCommandConsts is a service client object containing constants whose values correspond to the default client commands. Any of these values can be passed to the ASPxClientHtmlEditor.ExecuteCommand method as a parameter in order to invoke the corresponding command. Also, this enumeration can be used to identify which command is executed while handling the ASPxClientHtmlEditor.CommandExecuted event.
See Also