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

DashboardControlClientSideEvents.DashboardTitleToolbarUpdated Property

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

Namespace: DevExpress.DashboardWeb

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

Declaration

[DefaultValue("")]
[XtraSerializableProperty]
public string DashboardTitleToolbarUpdated { 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 DashboardTitleToolbarUpdated event to customize the dashboard’s title. For instance, you can add custom command buttons, create additional menus, add static texts, etc. The DashboardTitleToolbarOptions class contains options used to customize a dashboard title’s elements (the ViewerToolbarItem objects).

See Also