DashboardBuilder.OnInitializing(String) Method
In This Article
Specifies the JavaScript function (or its name) executed when the Initializing event is raised.
Namespace: DevExpress.DashboardAspNetCore
Assembly: DevExpress.Dashboard.v24.2.AspNetCore.dll
NuGet Package: DevExpress.AspNetCore.Dashboard
#Declaration
public DashboardBuilder OnInitializing(
string onInitializing
)
#Parameters
Name | Type | Description |
---|---|---|
on |
String | A String object containing the Java |
#Returns
Type | Description |
---|---|
Dashboard |
A reference to this instance after the operation has completed. |
See Also