IDashboardControl.DrillDownPerformed Event
Occurs after drill-down is performed.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.1.Win.dll
NuGet Package: DevExpress.Win.Dashboard
Declaration
Event Data
The DrillDownPerformed 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