DashboardViewerApiOptionBuilder.OnItemSelectionChanged(String) Method
In This Article
Specifies the JavaScript function (or its name) executed after the selection within the dashboard item is changed.
Namespace: DevExpress.DashboardAspNetCore
Assembly: DevExpress.Dashboard.v24.2.AspNetCore.dll
NuGet Package: DevExpress.AspNetCore.Dashboard
#Declaration
public DashboardViewerApiOptionBuilder OnItemSelectionChanged(
string onItemSelectionChanged
)
#Parameters
Name | Type | Description |
---|---|---|
on |
String | The Java |
#Returns
Type | Description |
---|---|
Dashboard |
A reference to this instance after the operation has completed. |
See Also