Skip to content

DevExpress-Examples/winforms-dashboard-customize-title-and-item-captions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dashboard for WinForms - How to Customize the Dashboard Title and Dashboard Item Captions

This example demonstrates how to handle the DashboardViewer events to modify dashboard title and dashboard item captions. You can add or remove command buttons and display a text.

Event Dashboard Element
CustomizeDashboardTitle Dashboard Title
CustomizeDashboardItemCaption Dashboard Item Caption

The dashboard title displays the dimensions and values by which the dashboard data is filtered. You can use a drop-down menu to selectively hide dashboard item captions. Clicking a custom Support button navigates to this example online.

A dashboard item caption displays the item's master filter values.

Export buttons are hidden for all dashboard items except the map, and for the entire dashboard, if the displayed data's Category field contains "Bikes".

screenshot

Files to Review

Documentation

More Examples