Skip to main content

IDashboardControl.DrillDownPerformed Event

Occurs after drill-down is performed.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v23.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
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