DashboardViewerApiOptionBuilder.OnItemElementCustomColor(String) Method
Specifies the JavaScript function (or its name) executed when coloring the required dashboard item elements.
Namespace: DevExpress.DashboardAspNetCore
Assembly: DevExpress.Dashboard.v25.1.AspNetCore.dll
NuGet Package: DevExpress.AspNetCore.Dashboard
Declaration
public DashboardViewerApiOptionBuilder OnItemElementCustomColor(
string onItemElementCustomColor
)
Parameters
| Name | Type | Description |
|---|---|---|
| onItemElementCustomColor | 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