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

dxVectorMap layers

Reference
Specifies properties for VectorMap UI component layers.

whether a certain area is selected when the UI component is created, use the isSelected field of the object returned by the customize callback function. At runtime, you can do the following operations

Object Structures GlobalConfig

Reference
Specifies settings that affect all DevExtreme UI components.

). View Demo If you change this object at runtime, call the DevExpress.ui.repaintFloatingActionButton() method afterwards to apply the changes. forceIsoDateParsing Specifies whether dates

Utils ui

Reference
An object that serves as a namespace for DevExtreme UI components as well as for methods implementing UI logic in DevExtreme sites/applications.

) repaintFloatingActionButton() Repaints the Floating Action Button. Call this method to repaint the Floating Action Button after you change the GlobalConfig.floatingActionButtonConfig at runtime

Selection

Guides

handler at runtime or if you need to attach several handlers to the seriesSelectionChanged event, subscribe to this event using the on(eventName, eventHandler) method. JavaScript var

Selection

Guides

the selection is cleared } } } export default App; jQuery If you are going to change the event handler at runtime, or if you need to attach several handlers to the pointSelectionChanged