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

dxFileManager Configuration

Reference
This section describes properties that configure the FileManager UI component's contents, behavior, and appearance.

// ... 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

Reference
An object defining configuration properties for the DropDownBox UI component.

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

Reference
An object defining configuration properties for the TagBox UI component.

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

Reference
An object that specifies configuration properties for the UI component.

: "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

Guides

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.