Search Results: "Enter your URL" "Advanced" "Short URL Bookmarklet" cima

Specify the Provider and Type

Guides

" */} ); } } export default App; When using maps, you should include an API key that authenticates your application. Specify this key using the apiKey property. Note that this property can also...").dxMap({ center: { lat: 40.749825, lng: -73.987963 }, zoom: 10, provider: "bing", apiKey: { bing: "YOUR_BING_MAPS_API_KEY", google: "YOUR_GOOGLE

Show and Hide the Popover

Guides

="https://url/to/an/image" /> <div id="popoverContainer"> <p>Popover content</p> </div> Angular HTMLTypeScript <img id="image" src="https://url/to/an/image" /> <dx... ], // ... }) Vue <template> <div> <img id="image" src="https://url/to/an/image" /> <DxPopover target="#image" show-event="dxhoverstart

Show and Hide the Tooltip

Guides

(contentElement) { contentElement.append( $("<p />").text("Tooltip content") ) } }); });<img id="image" src="https://url/to/an/image" /> <div id="tooltipContainer"></div> Angular HTMLTypeScript <img id="image" src="https://url/to/an/image" /> <dx-tooltip target="#image" showEvent="dxhoverstart" hideEvent

Optimize Scheduler Performance with Lazy Loading

Guides

If the performance of a Scheduler component suffers due to a high number of appointments, you can lazy load the data as necessary. Modify your back-end API to accept queries with time limit... to your back-end code. const myCustomStore = new CustomStore({ key: 'id', async load(loadOptions) => { const startDate = loadOptions.startDate; const endDate

Embedded Dashboard

Guides

The DevExpress BI Dashboard allows you to monitor your Key Performance Indicators (KPIs) and track trends. Discover Interactive Dashboards Access a range of data visualization components, including charts, cards, gauges, pivot grids, and more. Use a drag-and-drop interface to customize your dashboard layout. BI Dashboard is built on DevExtreme UI components - it will be easy to learn. Allow