Skip to main content
A newer version of this page is available. .

DashboardDesigner.UpdateDashboardItemCaption(String) Method

Fires the CustomizeDashboardItemCaption event for the specified dashboard item.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v18.2.Win.dll

Declaration

public void UpdateDashboardItemCaption(
    string dashboardItemName
)

Parameters

Name Type Description
dashboardItemName String

A String that is the dashboard item name accessible using the ComponentName property.

See Also