Search Results: if (!this.bundlesReported[script.src]) {
- All Results 769
- Guides 278
- Reference 491
- Technical Demos
- Support Center
Common Types
aiIntegration = new DevExpress.aiIntegration(provider); $("#htmlEditor").dxHtmlEditor({ // ... aiIntegration, }); <head> <!-- ... --> <script type="text/javascript" src="../artifacts/js/dx.ai-integration.js" charset="utf-8"></script> <!-- or if using CDN --> <script src="https://cdnjs.cloudflare.com/ajax/libs/devextreme-dist/cdnjs_version/js/dx.ai
dxCardView Types
CardClickEvent The argument type in the cardClick event. CardCover Configures the card cover. CardDblClickEvent The argument type in the cardDblClick event. CardHeader Configures the card...
dxPieChart tooltip
argumentFormat Formats the point argument before it is displayed in the tooltip. To format the point value, use the format property. See Also format - provides a comprehensive overview of...
dxPolarChart commonAnnotationSettings
Settings specified here can be ignored in favor of individual annotation settings specified in the annotations[] array. Refer to the array's description for information on how to configure...
dxPolarChart tooltip
A tooltip is a miniature rectangle displaying values of a series point. A tooltip appears when the end-user hovers the cursor over a series point. You can enable/disable tooltips, change their...