aspnet-devexpress-dot-web-dot-aspxhtmleditor-0fe7f12e.md
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
public class ToolbarItemPickerItemCollection :
ToolbarItemCollectionBase<ToolbarItemPickerItem>
Public Class ToolbarItemPickerItemCollection
Inherits ToolbarItemCollectionBase(Of ToolbarItemPickerItem)
The following members return ToolbarItemPickerItemCollection objects:
An ToolbarItemPickerItemCollection object instance can be accessed via the ToolbarDropDownItemPicker.Items property.
DevExpress.Utils.IAssignableCollection
ICollection<ToolbarItemPickerItem>
IEnumerable<ToolbarItemPickerItem>
Object StateManagedCollectionBase Collection Collection<ToolbarItemPickerItem> ToolbarItemCollectionBase<ToolbarItemPickerItem> ToolbarItemPickerItemCollection
See Also