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

This example displays a popup with a grid that contains underlying data when the mouse hovers over a dashboard item.

Primary LanguageC#OtherNOASSERTION

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

Does this example address your development requirements/objectives?

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