IDashboardControl.DrillDownPerformed Event
In This Article
Occurs after drill-down is performed.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.2.Win.dll
NuGet Package: DevExpress.Win.Dashboard
#Declaration
event DrillActionEventHandler DrillDownPerformed
#Event Data
The DrillDownPerformed event's data class is DrillActionEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Dashboard |
Gets the name of the dashboard item. |
Drill |
Gets the drill-down level. |
Values | Gets values from the current drill-down hierarchy. |
The event data class exposes the following methods:
Method | Description |
---|---|
Is |
Returns whether the specified value is Dashboard |
Is |
Returns whether the specified value is Dashboard |
See Also