Skip to main content
All docs
V18.2

ASPxClientDashboardDrillUpPerformedEventArgs Class

Provides data for the ASPxClientDashboardViewer.DrillUpPerformed event.

Namespace: DevExpress.DashboardWeb.Scripts

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

Declaration

public class ASPxClientDashboardDrillUpPerformedEventArgs :
    ASPxClientEventArgs

Remarks

The ASPxClientDashboardViewer.DrillUpPerformed event is raised when an end-user returns to the previous detail level (drill up).

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

Inheritance

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