Skip to main content
All docs
V18.2

ASPxClientDashboardDrillDownPerformedEventArgs Class

Provides data for the ASPxClientDashboardViewer.DrillDownPerformed event.

Namespace: DevExpress.DashboardWeb.Scripts

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

Declaration

public class ASPxClientDashboardDrillDownPerformedEventArgs :
    ASPxClientEventArgs

Remarks

The ASPxClientDashboardViewer.DrillDownPerformed event is raised when end-users drill down into the specified dashboard item’s element. When an end-user returns to the previous detail level (drill up), the ASPxClientDashboardViewer.DrillUpPerformed event is raised.

The ASPxClientDashboardDrillDownPerformedEventArgs.ItemName property allows you to determine the name of the dashboard item in which drill-down has been performed.

Use the ASPxClientDashboardDrillDownPerformedEventArgs.Values property to obtain values from the current drill-down hierarchy.

Inheritance

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