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

ToolbarExportDropDownButton.CreateDefaultItems() Method

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

Namespace: DevExpress.Web.ASPxHtmlEditor

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

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