Search Results: "Enter your URL" "Advanced" "Short URL Bookmarklet" cima
- All Results 744
- Guides 308
- Reference 436
- Technical Demos
- Support Center
dxDataGrid columns 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
. 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
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
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
: 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