aspnet-devexpress-dot-web-dot-aspxhtmleditor-5a05cc28.md
Implements a dropdown item picker custom toolbar item functionality.
Namespace : DevExpress.Web.ASPxHtmlEditor
Assembly : DevExpress.Web.ASPxHtmlEditor.v25.2.dll
NuGet Package : DevExpress.Web
public class ToolbarDropDownItemPicker :
ToolbarCustomDropDownBase
Public Class ToolbarDropDownItemPicker
Inherits ToolbarCustomDropDownBase
The ToolbarDropDownItemPicker class allows you to provide the ASPxHtmlEditor toolbar with custom dropdown item picker items.
Properties provided by the ToolbarDropDownItemPicker class allow you to customize the item appearance and behavior.
Note
When the ToolbarDropDownItemPicker.ClickMode property is set to ShowDropDown or ExecuteAction , the ToolbarDropDownItemPicker item displays an image, specified by the ToolbarItemBase.Image property.
When the ToolbarDropDownItemPicker.ClickMode property is set to ExecuteSelectedItemAction , the ToolbarItemBase.Image property is not in effect and the ToolbarDropDownItemPicker item displays an image of the currently selected item (ToolbarCustomDropDownBase.SelectedItemIndex).
Object StateManager CollectionItem ToolbarItemBase HtmlEditorToolbarItem ToolbarDropDownBase ToolbarCustomDropDownBase ToolbarDropDownItemPicker
See Also