Skip to main content
A newer version of this page is available. .

HtmlEditorShortcutCollection.CreateDefaultItems() Method

Creates a collection of default shortcuts within the HtmlEditorShortcutCollection collection.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

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