Search Results: if (!this.bundlesReported[script.src]) {

Visual Elements

Guides

Topics in this section describe various elements of the LinearGauge UI component. Each topic gives a detailed overview of the element's purpose and ways of configuring. Below is the element map of...

dxDataGrid export

Reference
Configures client-side exporting.

; <head> <script src="https://cdnjs.cloudflare.com/ajax/libs/babel-polyfill/7.4.0/polyfill.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/devextreme-exceljs-fork@4.4.1/dist/dx-exceljs-fork.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/FileSaver.js/2.0.2/FileSaver.min.js"></script> <!-- Reference

dxDiagram customShapes

Reference
Provide access to an array of custom shapes.

Use the customShapes property to extend a collection of built-in shapes with custom shapes. Use the toolbox property to add the custom shapes to the toolbox. jQuery index.js $(function() { var...

Getting Started with Pagination

Guides

;!-- ... --> <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script> <link rel="stylesheet" href="https://cdn3.devexpress.com/jslib/25.2.6/css/dx.light.css"> <script type="text/javascript" src="https://cdn3.devexpress.com/jslib/25.2.6/js/dx.all.js"></script> <script type="text/javascript" src

dxCardView toolbar items

Reference
Configures toolbar items.

The toolbar can contain the following elements as items: Predefined controls Predefined controls appear on the toolbar depending on whether a specific CardView feature is enabled. The following...