IDashboardControl.UpdateDashboardItemCaption(String) Method
In This Article
Fires the DashboardViewer.CustomizeDashboardItemCaption/DashboardDesigner.CustomizeDashboardItemCaption event that allows you to customize the dashboard item caption content.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.2.Win.dll
NuGet Package: DevExpress.Win.Dashboard
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
dashboard |
String | A String that is the dashboard item’s Component |
See Also