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

ToolbarDropDownItemPicker Class

Implements a dropdown item picker custom toolbar item functionality.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

Declaration

public class ToolbarDropDownItemPicker :
    ToolbarCustomDropDownBase

Remarks

The ToolbarDropDownItemPicker class allows you to provide the ASPxHtmlEditor toolbar with custom dropdown item picker items.

ASPxHtmlEditor-ToolbarItem-DropdownItemPicker

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).

See Also