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

CSS Classes

Reference
This section describes the DevExtreme CSS classes you can use to define the appearance of an element.

; The dx-fieldset-header element can hold plain text, UI components, or custom markup. dx-icon-IconName Use this class to add a custom icon to the style sheet used in your application. The name of this class must include the real name of the icon. For instance, the "myicon" icon must be defined by the "dx-icon-myicon" class. CSS.dx-icon-myicon { background-image: url(data:image/png

UI Components

Reference

Syntax dxColorBox The ColorBox is a UI component that allows an end user to enter a color or pick it out from the drop-down editor. View Demo Start Tutorial See Also jQuery... from a local or remote source in the form of a grid. This UI component offers such basic features as sorting, grouping, filtering, as well as more advanced capabilities, like state storing, client-side

dxFileManager Custom Configuration

Reference
This section describes properties that configure a custom file system provider.

DevExpress.fileManagement.CustomFileSystemProvider({ abortFileUpload: function(fileData, chunksInfo, destinationDir) { // Your code goes here...-manager").dxFileManager({ fileSystemProvider: new DevExpress.fileManagement.CustomFileSystemProvider({ copyItem: function(item, destinationDir) { // Your code goes

dxScheduler Configuration

Reference
An object defining configuration properties for the UI component.

elements go here ) // ===== or ===== return /* your markup goes here */ } }); }); Angular app.component.htmlapp.module.ts <dx-scheduler ... appointmentCollectorTemplate="myTemplate"> <div *dxTemplate="let data of 'myTemplate'"> <!-- your markup goes here --> </div> </dx-scheduler> import

dxVectorMap layers

Reference
Specifies properties for VectorMap UI component layers.

" and the elementType is "bubble", "pie" or "image". The marker data may contain a bubble value, pie chart values or an image URL. dataSource Specifies a data source for the layer... on your map, their sizes depend on their values. The biggest value will be represented by the largest bubble. Similarly, the smallest value will be represented by the smallest bubble. Bubbles