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

ASPxClientDashboardViewer.ItemCaptionToolbarUpdated Event

Allows you to customize a dashboard item’s caption (for instance, add custom buttons, menus, etc.).

Namespace: DevExpress.DashboardWeb.Scripts

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

Declaration

public event ASPxClientDashboardItemCaptionToolbarUpdatedEventHandler ItemCaptionToolbarUpdated

Event Data

The ItemCaptionToolbarUpdated event's data class is ASPxClientDashboardItemCaptionToolbarUpdatedEventArgs. The following properties provide information specific to this event:

Property Description
ItemName Gets a component name of the dashboard item.
Options Provides access to caption options of the dashboard item.

Remarks

You can handle the ItemCaptionToolbarUpdated event to customize the dashboard item’s caption. For instance, you can add custom command buttons, create additional menus, add static texts, etc.

To learn more, see ASPxClientDashboard.ItemCaptionToolbarUpdated.

See Also