DashboardViewerApiOptionBuilder.OnItemDrillDownStateChanged(String) Method
Specifies the JavaScript function (or its name) executed when a drill-down is performed.
Namespace: DevExpress.DashboardAspNetCore
Assembly: DevExpress.Dashboard.v24.1.AspNetCore.dll
NuGet Package: DevExpress.AspNetCore.Dashboard
Declaration
public DashboardViewerApiOptionBuilder OnItemDrillDownStateChanged(
string onItemDrillDownStateChanged
)
Parameters
Name | Type | Description |
---|---|---|
onItemDrillDownStateChanged | 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