Skip to main content

ToolbarDropDownItemPicker.Items Property

Gets the collection of items displayed within the dropdown item picker’s window.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

public ToolbarItemPickerItemCollection Items { get; }

Property Value

Type Description
ToolbarItemPickerItemCollection

A ToolbarItemPickerItemCollection instance representing the collection of items within the dropdown item picker’s window.

See Also