DashboardDesigner.UpdateDashboardItemCaption(String) Method
Fires the CustomizeDashboardItemCaption event for the specified dashboard item.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v20.2.Win.dll
Declaration
public void UpdateDashboardItemCaption(
string dashboardItemName
)
Public Sub UpdateDashboardItemCaption(
dashboardItemName As String
)
Parameters
Name | Type | Description |
---|---|---|
dashboardItemName | String | A String that is the dashboard item name accessible using the ComponentName property. |
Implements
See Also
Feedback