ActionType Enum
Lists values that specify which action type is executed when a shortcut is pressed.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Members
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. |
Related API Members
The following properties accept/return ActionType values:
Remarks
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.