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