Search Results: "Enter your URL" "Advanced" "Short URL Bookmarklet" cima
- All Results 744
- Guides 308
- Reference 436
- Technical Demos
- Support Center
dxFileManager Configuration
// ... return columns; } </script> customizeThumbnail Allows you to provide custom icons to be used as thumbnails. This function should return one of the following: The icon's URL The icon's... jQuery JavaScript $(function() { $("#fileManagerContainer").dxFileManager({ // ... onContextMenuItemClick: function(e) { // Your code goes here
dxDropDownBox Configuration
Configuration Syntax acceptCustomValue Specifies whether the UI component allows a user to enter a custom value. accessKey Specifies the shortcut key that sets focus on the UI component. The value..., or boolean values. The component does not support hierarchical data sources. Depending on your data source, bind DropDownBox to data as follows. In each case, also specify the valueExpr and displayExpr
dxTagBox Configuration
Specifies whether the UI component allows a user to enter a custom value. Requires the onCustomItemCreating handler implementation. View Demo See Also Create a User-Defined..., assign "change" or "focusout" to this property. NOTE Besides the event passed to this property, the item can also be created when users press the Enter key. To allow users to create items only when
dxVectorMap Configuration
: "Annotation text" }, { type: "image", image: "http://image/url/myimage.png" }, { type: "custom", template: function(annotation... text"> </dxi-annotation> <dxi-annotation type="image" image="http://image/url/myimage.png"> </dxi-annotation> <dxi-annotation type
Office File API
You can export DevExtreme components in PDF (such as DataGrid, Gantt, Chart and other data visualization components). If you need a more advanced solution, refer to the DevExpress Office File API... these features in production code. If you have DevExtreme installed on your machine, you can also access the Office File API for .NET Core demo.