IDashboardControl.UpdateDashboardItemCaption(String) Method
Fires the DashboardViewer.CustomizeDashboardItemCaption/DashboardDesigner.CustomizeDashboardItemCaption event that allows you to customize the dashboard item caption content.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v26.1.Win.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| dashboardItemName | String | A String that is the dashboard item’s ComponentName property value. |
See Also