Skip to main content
All docs
V18.2

ASPxClientDashboardItemDrillDownStateChangedEventArgs.Action Property

Gets the drill-down action performed in the dashboard item.

Namespace: DevExpress.DashboardWeb.Scripts

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

Declaration

public string Action { get; }

Property Value

Type Description
String

A string value that is the drill-down action performed in the dashboard item.

Remarks

The Action property returns the action performed in the dashboard item. For example, ‘Down’ identifies a drill-down while ‘Up’ identifies a drill-up.

See Also