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

DashboardClientSideEvents.ItemCaptionToolbarUpdated Property

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

Namespace: DevExpress.DashboardWeb

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

Declaration

[DefaultValue("")]
[XtraSerializableProperty]
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

The DashboardItemCaptionToolbarOptions class contains options used to customize a dashboard item caption’s elements (the ViewerToolbarItem objects).

See Also