Skip to main content
All docs
V26.1
  • 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

    void UpdateDashboardItemCaption(
        string dashboardItemName
    )

    Parameters

    Name Type Description
    dashboardItemName String

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

    See Also