Skip to main content
All docs
V25.1
  • IDashboardControl.DrillUpPerformed Event

    Occurs after a drill-up is performed.

    Namespace: DevExpress.DashboardWin

    Assembly: DevExpress.Dashboard.v25.1.Win.dll

    NuGet Package: DevExpress.Win.Dashboard

    Declaration

    event DrillActionEventHandler DrillUpPerformed

    Event Data

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

    Property Description
    DashboardItemName Gets the name of the dashboard item.
    DrillDownLevel Gets the drill-down level.
    Values Gets values from the current drill-down hierarchy.

    The event data class exposes the following methods:

    Method Description
    IsNullValue(Object) Returns whether the specified value is DashboardSpecialValues.NullValue.
    IsOthersValue(Object) Returns whether the specified value is DashboardSpecialValues.OthersValue.
    See Also