Skip to main content

ToolbarItemPickerItemCollection Class

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

Namespace: DevExpress.Web.ASPxHtmlEditor

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