Search Results: for qna runtime test begin qna runtime test query for qna runtime test end

Migrate from DevExtreme Reactive

Guides

; ); }; See Also Component Configuration Syntax Transition Approaches You can transfer your DevExtreme Reactive component settings to DevExtreme React in two ways. Runtime Conversion In this approach, you convert DevExtreme Reactive settings into DevExtreme React configuration components at runtime. For example, you want to transition your DevExtreme Reactive Grid component

dxPieChart Series Methods

Reference
Methods used to control the series.

with the hide() method, it will no longer be considered visible. hide() Hides a series at runtime. See Also series.visible isSelected() Provides information about the selection state of a series. When

dxPivotGrid fieldChooser

Reference
The Field Chooser configuration properties.

be changed or localized in the pivot grid's integrated Field Chooser. NOTE Due to technical restrictions, you cannot obtain this object at runtime if you have not specified it beforehand when

dxPolarChart Series Methods

Reference
Methods used to control the series.

. hide() Hides a series at runtime. See Also series.visible hover() Switches the series into the hover state, the same as when a user places the mouse pointer on it. See Also Series.isHovered

LocalStore

Reference
The LocalStore is a store that provides an interface for loading and editing data from HTML Web Storage (also known as window.localStorage) and handling related events.

DataSource properties go here }); class App extends React.Component { // ... } export default App; NOTE The LocalStore is immutable. You cannot change its configuration at runtime. However, you can use