ASPxHtmlEditor.Shortcuts Property
Gets the collection of shortcuts available within ASPxHtmlEditor.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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