Back to Devexpress

ToolbarItemPickerItemCollection Class

aspnet-devexpress-dot-web-dot-aspxhtmleditor-0fe7f12e.md

latest3.0 KB
Original Source

ToolbarItemPickerItemCollection Class

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

Namespace : DevExpress.Web.ASPxHtmlEditor

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

NuGet Package : DevExpress.Web

Declaration

csharp
public class ToolbarItemPickerItemCollection :
    ToolbarItemCollectionBase<ToolbarItemPickerItem>
vb
Public Class ToolbarItemPickerItemCollection
    Inherits ToolbarItemCollectionBase(Of ToolbarItemPickerItem)

The following members return ToolbarItemPickerItemCollection objects:

Remarks

An ToolbarItemPickerItemCollection object instance can be accessed via the ToolbarDropDownItemPicker.Items property.

Implements

IList

ICollection

IStateManager

DevExpress.Utils.IAssignableCollection

IList<ToolbarItemPickerItem>

ICollection<ToolbarItemPickerItem>

IEnumerable<ToolbarItemPickerItem>

IEnumerable

Inheritance

Object StateManagedCollectionBase Collection Collection<ToolbarItemPickerItem> ToolbarItemCollectionBase<ToolbarItemPickerItem> ToolbarItemPickerItemCollection

See Also

ToolbarItemPickerItemCollection Members

HTML Editor

DevExpress.Web.ASPxHtmlEditor Namespace