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

ToolbarCustomListEditItemCollection Class

A collection that maintains a ToolbarComboBox‘s dropdown list items.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

public class ToolbarCustomListEditItemCollection :
    ToolbarListEditItemCollection

The following members return ToolbarCustomListEditItemCollection objects:

Remarks

An ToolbarCustomListEditItemCollection object instance can be accessed via the ToolbarComboBox.Items property.

Implements

DevExpress.Utils.IAssignableCollection
See Also