ToolbarDropDownItemPicker.Items Property
In This Article
Gets the collection of items displayed within the dropdown item picker’s window.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public ToolbarItemPickerItemCollection Items { get; }
#Property Value
Type | Description |
---|---|
Toolbar |
A Toolbar |
See Also