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

dxScheduler dxSchedulerToolbar

Reference
Configures the toolbar.

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

Reference
Properties that can be passed to the exportDataGrid(options) method from the excelExporter module.

) { 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

Reference
Configures the 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

Reference
Configures the grid.

Gridlines can be considered extensions of ticks. jQuery index.js $('#chart').dxChart({ commonAxisSettings: { grid: { visible: true, color: 'blue', ...

dxChart argumentAxis minorGrid

Reference
Configures the minor grid.

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: { ...