Skip to content

BrianDX/wpf-dashboard-how-to-bind-to-object-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This example demonstrates how to bind a dashboard to a List object.

The dashboard is created at runtime and assigned to the DashboardControl.DashboardSource property within the Window_Loaded event handler. The data source is initialized and assigned within the DashboardControl.AsyncDataLoading event to the e.DataSourceName property.

Use the DashboardControl.ReloadData method to refresh the data.

To handle security risks when loading an object data source, specify the DashboardControl.ObjectDataSourceLoadingBehavior property.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages