Identifies a command that shows intellisense for the HTML code editor.
SHOWINTELLISENSE_COMMAND Type: String
The SHOWINTELLISENSE_COMMAND property can be used in the following ways.
In the ASPxClientHtmlEditor.CommandExecuted event — to determine the action performed by an end-user. If the ASPxClientHtmlEditorCommandEventArgs.commandName event parameter returns the SHOWINTELLISENSE_COMMAND property value, this means that an end-user either clicked the Space button while the cursor was inside an html tag or used the Ctrl+Space keyboard shortcut.
In the ASPxClientHtmlEditor.ExecuteCommand method — to execute the command manually.
This command is available only in the HTML View when it operates in Advanced mode (the HtmlEditorHtmlViewSettings.Mode property value is set to HtmlEditorHtmlEditingMode.Advanced).