Back to Devexpress

ToolbarCustomListEditItemCollection Class

aspnet-devexpress-dot-web-dot-aspxhtmleditor-8836e0e4.md

latest2.5 KB
Original Source

ToolbarCustomListEditItemCollection Class

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

Namespace : DevExpress.Web.ASPxHtmlEditor

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

NuGet Package : DevExpress.Web

Declaration

csharp
public class ToolbarCustomListEditItemCollection :
    ToolbarListEditItemCollection
vb
Public Class ToolbarCustomListEditItemCollection
    Inherits ToolbarListEditItemCollection

The following members return ToolbarCustomListEditItemCollection objects:

Remarks

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

Implements

IList

ICollection

IStateManager

DevExpress.Utils.IAssignableCollection

IEnumerable<ListEditItem>

IEnumerable

Inheritance

Object StateManagedCollectionBase Collection ListEditItemCollectionBase ListEditItemCollection ToolbarListEditItemCollection ToolbarCustomListEditItemCollection

See Also

ToolbarCustomListEditItemCollection Members

HTML Editor

DevExpress.Web.ASPxHtmlEditor Namespace