A newer version of this page is available.
Switch to the current version.
ToolbarExportDropDownButton.ClickMode Property
Gets or sets a value that specifies the response to clicks on the ToolbarExportDropDownButton toolbar item.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v18.2.dll
Declaration
[DefaultValue(DropDownItemClickMode.ExecuteSelectedItemAction)]
public virtual DropDownItemClickMode ClickMode { get; set; }
<DefaultValue(DropDownItemClickMode.ExecuteSelectedItemAction)>
Public Overridable Property ClickMode As DropDownItemClickMode
Property Value
Type | Default | Description |
---|---|---|
DropDownItemClickMode | ExecuteSelectedItemAction |
One of the DropDownItemClickMode enumeration values. |
See Also
Feedback