The following example demonstrates how to customize controls used to visualize data within dashboard items at runtime.
In this example, the following options are changed:
- The row font is changed in the underlying grid control in the DashboardViewer.DashboardItemControlUpdated event handler.
- The background color of the chart's pane is changed in the DashboardViewer.DashboardItemControlUpdated event handler.
- Cell values in the underlying pivot grid control are changed in the PivotGridControl.CustomCellValue event handler. Subscription and unsubscription to/from the CustomCellValue event are performed in the DashboardViewer.DashboardItemControlCreated and DashboardViewer.DashboardItemBeforeControlDisposed event handlers respectively.
(you will be redirected to DevExpress.com to submit your response)