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

dxPivotGrid Configuration

Reference
This section describes the configuration properties of the PivotGrid UI component.

the PivotGrid to data, assign a PivotGridDataSource to the UI component's dataSource property. In the PivotGridDataSource, specify the store property depending on your data source as shown in the following list... serviceUrl = "https://url/to/my/service"; $("#pivotGridContainer").dxPivotGrid({ // ... dataSource: new DevExpress.data.PivotGridDataSource({ store

dxFileManager Methods

Reference
This section describes methods that control the FileManager UI component.

- The item's thumbnail URL. tooltipText: string - The item's tooltip text. getInstance(element) Gets the instance of a UI component found using its DOM node. getInstance is a static method...; yourCustomMethod() { this.fileManager.instance.refresh(); // ... } } <dx-file-manager id="fileManager"> <!-- ... --> </dx-file-manager> import

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