HtmlEditorShortcutCollection.CreateDefaultItems() Method
Creates a collection of default shortcuts within the HtmlEditorShortcutCollection collection.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Remarks
Use the CreateDefaultItems method to manually create default shortcuts within the HtmlEditorShortcutCollection.
Custom shortcuts can be added to the HtmlEditorShortcutCollection collection using the collection’s Add or Insert method.
See Also