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

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.v20.1.Win.dll

NuGet Packages: DevExpress.Win.Dashboard, DevExpress.WindowsDesktop.Win.Dashboard

Declaration

void UpdateDashboardItemCaption(
    string dashboardItemName
)

Parameters

Name Type Description
dashboardItemName String

A String that is the dashboard item’s ComponentName property value.

See Also