Skip to main content

HERibbonComboBoxCommandBase.CreateDefaultItems(Boolean) Method

Creates a collection of default items within the ListEditItemCollection collection.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

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