A newer version of this page is available.
Switch to the current version.
ASPxHtmlEditor.Shortcuts Property
Gets the collection of shortcuts available within ASPxHtmlEditor.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v18.2.dll
Declaration
public HtmlEditorShortcutCollection Shortcuts { get; }
Public ReadOnly Property Shortcuts As HtmlEditorShortcutCollection
Property Value
Type | Description |
---|---|
HtmlEditorShortcutCollection | An HtmlEditorShortcutCollection object that is the collection of the shortcuts. |
Remarks
Use the Shortcuts property to access a collection of shortcuts within the ASPxHtmlEditor. The collection provides methods and properties that allow you to add new items and remove existing ones, access individual items, etc.
See the Keyboard Shortcuts topic for more information.
See Also
Feedback