HtmlEditorShortcut Properties
An individual shortcut within the ASPxHtmlEditor control.| Name | Description |
|---|---|
| ActionName | Specifies a name of an executed command or shown custom dialog. |
| ActionType | Gets or sets the type of action that is executed when a shortcut is pressed. |
| ActionView | Specifies the view where the shortcut operates. |
| Collection | Gets the collection to which an item belongs. Inherited from CollectionItem. |
| Index | Gets or sets the item’s index within the collection. Inherited from CollectionItem. |
| Shortcut | Gets or sets the keyboard combination that invokes the current shortcut’s functionality. |
See Also