ToolbarDropDownItemPicker.ClickMode Property
Gets or sets a value that specifies the response to clicks on the ToolbarDropDownItemPicker toolbar item.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue(DropDownItemClickMode.ExecuteSelectedItemAction)]
public override DropDownItemClickMode ClickMode { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Drop |
Execute |
One of the Drop |
Available values:
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. |
#Remarks
Note
When the Click
When the Click