Skip to main content

ToolbarCustomListEditItemCollection Class

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

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v23.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