Skip to main content

ToolbarParagraphFormattingEdit.CreateDefaultItems() Method

In This Article

Adds items providing the appropriate predefined functionality to the toolbar item’s dropdown list.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

#Declaration

public override void CreateDefaultItems()

#Remarks

Call this method to properly initialize the toolbar item when manually creating and adding it to toolbars.

To initialize all newly created default toolbar items that are added to a toolbar, call its HtmlEditorToolbar.CreateDefaultItems method.

See Also