Skip to content

The following example shows how to implement a custom dashboard item in a WinForms application. Custom items allow you to embed any WinForms UI control in a dashboard. You can interact with custom items in the Dashboard Designer just like with any built-in item.

License

Notifications You must be signed in to change notification settings

DevExpress-Examples/winforms-dashboard-custom-items

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dashboard for WinForms - Custom Item Tutorials

Custom items allow you to embed any WinForms UI control in a dashboard. You can interact with custom items in the Dashboard Designer just like with any built-in item.

This project contains the custom dashboard items that you get after you complete the Custom Item tutorials.

Static Custom Item

View Tutorial: Create a Static Custom Item

View File: С#/ VB

The file contains a code for a HelloWorld custom item that displays the 'Hello World!' text.

Data-Aware Custom Item

View Tutorial: Create a Data-Aware Item

View File: С#/ VB

The file contains a code for a custom item based on the Grid control.

Data-Aware Item based on External Visualization Widget

View Tutorial: Create an Interactive Data-Aware Item

View File: С#/ VB

The file contains a code for a more "real-world" custom item that uses an external visualization control. A Funnel chart displays a wide area at the top that indicates the total points' value, while other areas are proportionally smaller.

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)

About

The following example shows how to implement a custom dashboard item in a WinForms application. Custom items allow you to embed any WinForms UI control in a dashboard. You can interact with custom items in the Dashboard Designer just like with any built-in item.

Topics

Resources

License

Stars

Watchers

Forks