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.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Members
Name | Description |
---|---|
Execute
|
When the shortcut is pressed, a command specified via the Html |
Show
|
When the shortcut is pressed, a dialog specified via the Html |
#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.