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

DashboardViewerApiOptionBuilder.OnDashboardTitleToolbarUpdated(String) Method

Specifies the JavaScript function (or its name) executed before the dashboard title toolbar is updated.

Namespace: DevExpress.DashboardAspNetCore

Assembly: DevExpress.Dashboard.v20.2.AspNetCore.dll

NuGet Package: DevExpress.AspNetCore.Dashboard

Declaration

public DashboardViewerApiOptionBuilder OnDashboardTitleToolbarUpdated(
    string onDashboardTitleToolbarUpdated
)

Parameters

Name Type Description
onDashboardTitleToolbarUpdated String

The JavaScript function (or its name) executed when the event is raised.

Returns

Type Description
DashboardViewerApiOptionBuilder

A reference to this instance after the operation has completed.

See Also