Search Results: if (!this.bundlesReported[script.src]) {
- All Results 769
- Guides 278
- Reference 491
- Technical Demos
- Support Center
dxChart panes 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
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
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
jQuery JavaScript $(function() { $("#diagram").dxDiagram({ viewUnits: "cm", units: "cm", pageSize: { width: 21, height: 29.7, items:...
dxFunnel loadingIndicator
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...