Search Results: "Enter your URL" "Advanced" "Short URL Bookmarklet" cima

dxDataGrid columns buttons

Reference
Allows you to customize buttons in the edit column or create a custom command column. Applies only if the column's type is "buttons".

or long-pressed. icon Specifies the button's icon. This property accepts one of the following: The icon's URL The icon's name if the icon is from the DevExtreme icon library The icon's CSS class

dxHtmlEditor tableContextMenu items

Reference
Configures context menu items.

. This property accepts one of the following: The icon's URL The icon's name if the icon is from the DevExtreme icon library The icon's CSS class if the icon is from an external icon library (see External Icon

dxTabPanel items

Reference
An array of items displayed by the UI component.

to be displayed in the tab's title. This property accepts one of the following: The icon's URL The icon's name if the icon is from the DevExtreme icon library The icon's CSS class if the icon is from

dxTreeList columns buttons

Reference
Allows you to customize buttons in the edit column or create a custom command column. Applies only if the column's type is "buttons".

or long-pressed. icon Specifies the button's icon. This property accepts one of the following: The icon's URL The icon's name if the icon is from the DevExtreme icon library The icon's CSS class

3rd-Party Frameworks Integration API

Guides

: function(e){ alert("An item is clicked!"); } }) Alternatively, you can use the "on()" method. instance.on("itemClick", function(e){ alert("An item is clicked!"); }) Advanced