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

ToolbarDropDownBase.CreateDefaultItems() Method

Populates the toolbar item’s dropdown list with items providing the appropriate predefined functionality.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

Declaration

public virtual void CreateDefaultItems()

Remarks

This method does nothing. ToolbarDropDownBase descendants override this method to implement the functionality specific to the respective toolbar item.

See Also