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

ToolbarItemPickerItemCollection Class

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

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

public class ToolbarItemPickerItemCollection :
    ToolbarItemCollectionBase<ToolbarItemPickerItem>

The following members return ToolbarItemPickerItemCollection objects:

Remarks

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

See Also