Skip to content

DevExpress-Examples/winforms-dashboard-designer-bind-a-dashboard-to-a-list-object

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dashboard for WinForms - How to Bind a Dashboard to a List of Objects

This example demonstrates how to bind a dashboard to a list of objects.

The quantity values are provided at runtime. The dashboard data source is added to the Dashboard.DataSources collection on the first load.

Click the Reload Data button to call the DashboardViewer.ReloadData method. It raises the DashboardViewer.DataLoading event and supplies the dashboard with updated data.

Files to Review

Documentation