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

DashboardViewerApiOptionBuilder.OnItemCaptionToolbarUpdated(String) Method

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

Namespace: DevExpress.DashboardAspNetCore

Assembly: DevExpress.Dashboard.v19.1.AspNetCore.dll

Declaration

public DashboardViewerApiOptionBuilder OnItemCaptionToolbarUpdated(
    string onItemCaptionToolbarUpdated
)

Parameters

Name Type Description
onItemCaptionToolbarUpdated 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