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

dxChart panes border

Reference
Configures the pane border.

bottom Shows/hides the bottom border of the pane. Applies only when the border.visible property is true. color Specifies the color of the pane border. This property supports the following...

dxDataGrid columnFixing

Reference
Configures column fixing.

When the width of all columns exceeds the UI component width, horizontal scrolling appears. If specific columns should be on screen constantly regardless of how far the UI component is scrolled,...

dxDataGrid loadPanel

Reference
Configures the load panel.

The load panel is displayed while the UI component loads data. It consists of a loading indicator and text, both placed on a pane. Since the load panel is, in fact, the DevExtreme LoadPanel UI...

dxDiagram pageSize items

Reference
An array that specifies the page size items in the Page Size combobox on Properties Panel.

jQuery JavaScript $(function() { $("#diagram").dxDiagram({ viewUnits: "cm", units: "cm", pageSize: { width: 21, height: 29.7, items:...

dxFunnel loadingIndicator

Reference
Configures the loading indicator.

When the UI component is bound to a remote data source, it can display a loading indicator while data is loading. To enable the automatic loading indicator, set the enabled property to true. If...