Skip to main content
All docs
V18.2

ASPxClientDashboardItemAction.Actions Property

Gets interactivity actions performed on a dashboard item.

Namespace: DevExpress.DashboardWeb.Scripts

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

Declaration

public ASPxClientDashboardAction[] Actions { get; }

Property Value

Type Description
ASPxClientDashboardAction[]

An array of ASPxClientDashboardAction values that specify interactivity actions performed on a dashboard item.

See Also