Skip to main content

HtmlEditorToolbarCollection.CreateDefaultToolbars() Method

In This Article

Creates a collection of default toolbars.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

#Declaration

public void CreateDefaultToolbars()

#Remarks

Use the CreateDefaultToolbars method, to manually create default toolbars within the ASPxHtmlEditor.

Custom toolbars can be added to the HtmlEditorToolbarCollection, using the collection’s HtmlEditorToolbarCollection.Add method.

See Also