Search Results: if (!this.bundlesReported[script.src]) {
- All Results 769
- Guides 278
- Reference 491
- Technical Demos
- Support Center
dxScheduler dxSchedulerToolbar
View Demo disabled Specifies whether the toolbar responds to user interaction. items Configures toolbar items. The toolbar can contain the following elements as...
Object Structures ExcelExportDataGridProps
) { saveAs(new Blob([buffer], { type: "application/octet-stream" }), "Companies.xlsx"); }); }); } }); }); <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
dxBarGauge legend title
To specify only the title's text, assign it directly to this property. Otherwise, set this property to an object with the text and other fields specified. The title can be accompanied by a...
dxChart argumentAxis grid
Gridlines can be considered extensions of ticks. jQuery index.js $('#chart').dxChart({ commonAxisSettings: { grid: { visible: true, color: 'blue', ...
dxChart argumentAxis minorGrid
In addition to the major grid, DevExtreme Chart can display a minor grid following the placement of minor ticks. jQuery index.js $('#chart').dxChart({ // ... commonAxisSettings: { ...