Skip to main content

ToolbarCustomCssEdit.CreateDefaultItems() Method

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

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v23.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