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

DashboardControlClientSideEvents.ItemCaptionToolbarUpdated Property

Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientDashboard.ItemCaptionToolbarUpdated event.

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v19.1.Web.WebForms.dll

Declaration

[DefaultValue("")]
public string ItemCaptionToolbarUpdated { get; set; }

Property Value

Type Default Description
String String.Empty

A string that is either the name of a JavaScript function or the entire JavaScript function code used to handle an event.

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. The DashboardItemCaptionToolbarOptions class contains options used to customize a dashboard item caption’s elements (the ViewerToolbarItem objects).

See Also