Back to Devexpress

ActionType Enum

aspnet-devexpress-dot-web-dot-aspxhtmleditor-efa880db.md

latest2.0 KB
Original Source

ActionType Enum

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

Declaration

csharp
public enum ActionType
vb
Public Enum ActionType

Members

NameDescription
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:

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.

See Also

ActionType

ActionName

HTML Editor

DevExpress.Web.ASPxHtmlEditor Namespace