Back to Devexpress

DropDownItemClickMode Enum

aspnet-devexpress-dot-web-dot-aspxhtmleditor-021d0c84.md

latest1.9 KB
Original Source

DropDownItemClickMode Enum

Contains values that specify how a click on a toolbar item should be processed.

Namespace : DevExpress.Web.ASPxHtmlEditor

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

NuGet Package : DevExpress.Web

Declaration

csharp
public enum DropDownItemClickMode
vb
Public Enum DropDownItemClickMode

Members

NameDescription
ShowDropDown

A click on a toolbar item invokes a dropdown list with the available options.

| | ExecuteAction |

A click on a toolbar item executes a command associated with it via its CommandName property.

| | ExecuteSelectedItemAction |

A click on a toolbar item executes an action associated with the item currently being selected within a drop-down list.

|

The following properties accept/return DropDownItemClickMode values:

Remarks

Values listed by this enumeration are used to set the ToolbarCustomDropDownBase.ClickMode and ToolbarDropDownItemPicker.ClickMode properties.

See Also

HTML Editor

DevExpress.Web.ASPxHtmlEditor Namespace