Specifies the JavaScript function (or its name) executed when an end-user clicks a dashboard item.
Namespace: DevExpress.DashboardAspNetCore
Assembly: DevExpress.Dashboard.v18.2.AspNetCore.dll
public DashboardViewerApiOptionBuilder OnItemClick(
string onItemClick
)
Public Function OnItemClick(
onItemClick As String
) As DashboardViewerApiOptionBuilder
Type | Name | Description |
---|---|---|
String | onItemClick | The JavaScript function (or its name) executed when the event is raised. |
Type | Description |
---|---|
DashboardViewerApiOptionBuilder | A reference to this instance after the operation has completed. |