Skip to main content
All docs
V18.2

ASPxClientDashboardActionAvailabilityChangedEventArgs Class

Provides data for the ActionAvailabilityChanged event.

Namespace: DevExpress.DashboardWeb.Scripts

Assembly: DevExpress.Dashboard.v18.2.Web.WebForms.Scripts.dll

Declaration

public class ASPxClientDashboardActionAvailabilityChangedEventArgs :
    ASPxClientEventArgs

Remarks

The ASPxClientDashboardViewer.ActionAvailabilityChanged event is raised after the available interactivity actions have changed.

Use the ASPxClientDashboardActionAvailabilityChangedEventArgs.ItemActions property to access the available actions for each dashboard item in the current state.

Inheritance

Object
DevExpress.Web.Scripts.JavaScriptObject
DevExpress.Web.Scripts.ASPxClientEventArgs
ASPxClientDashboardActionAvailabilityChangedEventArgs
See Also