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

HERibbonComboBoxCommandBase.CreateDefaultItems(Boolean) Method

Creates a collection of default items within the ListEditItemCollection collection.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

Declaration

public void CreateDefaultItems(
    bool clearExistingItems
)

Parameters

Name Type Description
clearExistingItems Boolean

true, to delete existing items; false, to add the default items to the collection.

Remarks

Use the CreateDefaultItems method to manually create default items within the combobox ribbon item.

See Also