Search Results: for qna runtime test begin qna runtime test query for qna runtime test end
- All Results 453
- Guides 177
- Reference 276
- Technical Demos
- Support Center
dxLinearGauge valueIndicator
. View Demo beginAdaptingAtRadius Specifies a radius small enough for the indicator to begin adapting. When adapting, the indicator adjusts its parts and surroundings proportionally... server address baseValue Specifies the base value for the indicator of the rangeBar type. By default, a range bar starts from the beginning of the gauge scale. If you need to draw the range bar
dxLinearGauge subvalueIndicator
bar starts from the beginning of the gauge scale. If you need to draw the range bar starting from a specific scale value, assign the required value to the baseValue property. In this instance, the range bar will display the range from the baseValue to the main gauge value. View Demo beginAdaptingAtRadius Specifies a radius small enough for the indicator to begin adapting
dxCircularGauge subvalueIndicator
of the rangeBar type. By default, a range bar starts from the beginning of the gauge scale. If you need to draw the range bar starting from a specific scale value, assign the required value to the baseValue property. In this instance, the range bar will display the range from the baseValue to the main gauge value. View Demo beginAdaptingAtRadius Specifies a radius small enough
dxFileManager contextMenu items
and directories. 'delete' - Deletes files and directories. To add a predefined item to the context menu, add its name and optional settings ('visible', 'beginGroup', 'text', 'icon', 'disabled') to the items..." }, { name: "refresh", beginGroup: true } ] } }); }); Angular
Data Layer
of a DataSource. JavaScript dataSource.load() .done(function(result) { // process result }) .fail(function(error) { console.log(error.message); }); Query Concept Besides DataSource and Stores, DevExtreme data layer has one more useful concept named Query. Query is an abstract chainable interface which provides functionality to evaluate data queries. There are several