Skip to content

DevExpress-Examples/winforms-dashboard-get-underlying-data-for-clicked-item

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dashboard for WinForms - How to Display the Underlying Data for a Dashboard Item

This example demonstrates how to display the underlying data when an end-user double-clicks a dashboard item.

screenshot

The example handles the DashboardItem.DoubleClick event, calls the e.GetUnderlyingData method to retrieve records from the dashboard item's data source and invokes a form with the Grid control that displays the data.

Starting with v19.2 you can use the built-in Data Inspector to display the underlying data.

Files to Review

Documentation

More Examples