Skip to content

DevExpress-Examples/asp-net-core-dashboard-underlying-widgets-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Files to look at:

Dashboard for ASP.NET Core - How to access API of underlying widgets

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.

Documentation

More Examples

Does this example address your development requirements/objectives?

(you will be redirected to DevExpress.com to submit your response)

Contributors 6