Back to Devexpress

ToolbarDropDownItemPicker Class

aspnet-devexpress-dot-web-dot-aspxhtmleditor-5a05cc28.md

latest5.6 KB
Original Source

ToolbarDropDownItemPicker Class

Implements a dropdown item picker custom toolbar item functionality.

Namespace : DevExpress.Web.ASPxHtmlEditor

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

NuGet Package : DevExpress.Web

Declaration

csharp
public class ToolbarDropDownItemPicker :
    ToolbarCustomDropDownBase
vb
Public Class ToolbarDropDownItemPicker
    Inherits ToolbarCustomDropDownBase

Remarks

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

Implements

IStateManager

IPropertiesOwner

IExpressionsAccessor

Inheritance

Object StateManager CollectionItem ToolbarItemBase HtmlEditorToolbarItem ToolbarDropDownBase ToolbarCustomDropDownBase ToolbarDropDownItemPicker

See Also

ToolbarDropDownItemPicker Members

HTML Editor

DevExpress.Web.ASPxHtmlEditor Namespace