DashboardViewerApiOptionBuilder.OnItemVisualInteractivity(String) Method
Specifies the JavaScript function (or its name) executed when you provide custom visual interactivity for data-bound dashboard items that support element selection and highlighting.
Namespace: DevExpress.DashboardAspNetCore
Assembly: DevExpress.Dashboard.v24.1.AspNetCore.dll
NuGet Package: DevExpress.AspNetCore.Dashboard
Declaration
public DashboardViewerApiOptionBuilder OnItemVisualInteractivity(
string onItemVisualInteractivity
)
Parameters
Name | Type | Description |
---|---|---|
onItemVisualInteractivity | 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