Skip to main content
All docs
V18.2

ASPxClientDashboard.UpdateItemCaptionToolbar(String) Method

Fires the ItemCaptionToolbarUpdated event for the specified item.

Namespace: DevExpress.DashboardWeb.Scripts

Assembly: DevExpress.Dashboard.v18.2.Web.WebForms.Scripts.dll

Declaration

public void UpdateItemCaptionToolbar(
    string itemName
)

Parameters

Name Type Description
itemName String

A dashboard item name for which the event is fired.

Remarks

The ItemCaptionToolbarUpdated event occurs before the dashboard item’s caption toolbar is updated. Use the UpdateItemCaptionToolbar method to trigger the following event manually. If the itemName parameter is empty, the ItemCaptionToolbarUpdated event is fired for all dashboard items and groups.

See Also