DropDownItemClickMode Enum
Contains values that specify how a click on a toolbar item should be processed.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Members
Name | Description |
---|---|
Show
|
A click on a toolbar item invokes a dropdown list with the available options. |
Execute
|
A click on a toolbar item executes a command associated with it via its Command |
Execute
|
A click on a toolbar item executes an action associated with the item currently being selected within a drop-down list. |
#Related API Members
The following properties accept/return DropDownItemClickMode values:
#Remarks
Values listed by this enumeration are used to set the ToolbarCustomDropDownBase.ClickMode and ToolbarDropDownItemPicker.ClickMode properties.