Files to look at:
The following example shows how to customize options of underlying widgets in ASP.NET Core. For this, you need to handle the onItemWidgetOptionsPrepared event.
The customized options are listed below:
- The hovered grid row is highlighted in the underlying dxDataGrid.
- A standard tooltip that appears when a user hovers over a chart's series point is disabled.
- A custom tooltip appears when a user clicks a label on the chart's argument axis. The onArgumentAxisClick property executes a function that invokes the custom tooltip.
- The animation is enabled for the dxChart and dxPieChart widgets.
- The dxPieChart widget displays a legend.
- ASP.NET Web Forms Dashboard - How to access API of underlying widgets
- ASP.NET MVC Dashboard - How to access API of underlying widgets
- Dashboard Component for React - How to access API of underlying widgets
(you will be redirected to DevExpress.com to submit your response)