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

HtmlEditorToolbarCollection.CreateDefaultToolbars() Method

Creates a collection of default toolbars.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

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