ToolbarItemPickerItemCollection Class
A collection that maintains a ToolbarDropDownItemPicker‘s dropdown list items.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
public class ToolbarItemPickerItemCollection :
ToolbarItemCollectionBase<ToolbarItemPickerItem>
Related API Members
The following members return ToolbarItemPickerItemCollection objects:
Remarks
An ToolbarItemPickerItemCollection
object instance can be accessed via the ToolbarDropDownItemPicker.Items property.
Implements
DevExpress.Utils.IAssignableCollection
See Also