Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web

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