aspnet-devexpress-dot-web-dot-aspxhtmleditor-efa880db.md
Lists values that specify which action type is executed when a shortcut is pressed.
Namespace : DevExpress.Web.ASPxHtmlEditor
Assembly : DevExpress.Web.ASPxHtmlEditor.v25.2.dll
NuGet Package : DevExpress.Web
public enum ActionType
Public Enum ActionType
| Name | Description |
|---|---|
ExecuteCommand |
When the shortcut is pressed, a command specified via the HtmlEditorShortcut.ActionName property is executed.
|
| ShowCustomDialog |
When the shortcut is pressed, a dialog specified via the HtmlEditorShortcut.ActionName property is shown.
|
The following properties accept/return ActionType values:
The ActionType enumerator contains values that specify which action type is executed when a shortcut is pressed. The values of this enumerator are used to set the HtmlEditorShortcut.ActionType property of a shortcut. The name of the executed command or shown dialog is specified via the HtmlEditorShortcut.ActionName property.
See Also