Skip to main content

HtmlEditorShortcutCollection.CreateDefaultItems() Method

Creates a collection of default shortcuts within the HtmlEditorShortcutCollection collection.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public void CreateDefaultItems()

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