Skip to content

DevExpress-Examples/wpf-dashboard-how-to-obtain-item-data-on-mouse-hover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dashboard for WPF - How to obtain dashboard item's underlying data when the mouse hovers over it

This example handles the DashboardControl.DashboardItemMouseEnter, DashboardControl.DashboardItemMouseMove and DashboardControl.DashboardItemMouseLeave events to display a popup that contains a Data Grid control to display item data when the mouse hovers over it. The data are obtained using the e.GetUnderlyingData method.

Files to Review

Documentation

More Examples