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

ToolbarDropDownItemPicker.Items Property

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

Namespace: DevExpress.Web.ASPxHtmlEditor

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

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