Skip to main content
A newer version of this page is available. .

ASPxClientDashboardViewer.DrillUpPerformed Event

Occurs after a drill-up is performed.

Namespace: DevExpress.DashboardWeb.Scripts

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

Declaration

public event ASPxClientDashboardDrillUpPerformedEventHandler DrillUpPerformed

Event Data

The DrillUpPerformed event's data class is ASPxClientDashboardDrillUpPerformedEventArgs. The following properties provide information specific to this event:

Property Description
ItemName Gets the name of the dashboard item.

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 DrillUpPerformed event is raised.

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

See Also