Skip to main content

DashboardViewerApiOptionBuilder.OnItemActionAvailabilityChanged(String) Method

Specifies the JavaScript function (or its name) executed after the available interactivity actions have changed for the specific dashboard item.

Namespace: DevExpress.DashboardAspNetCore

Assembly: DevExpress.Dashboard.v23.2.AspNetCore.dll

NuGet Package: DevExpress.AspNetCore.Dashboard

Declaration

public DashboardViewerApiOptionBuilder OnItemActionAvailabilityChanged(
    string onItemActionAvailabilityChanged
)

Parameters

Name Type Description
onItemActionAvailabilityChanged 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