Skip to main content
A newer version of this page is available. .

IDashboardControl.DrillUpPerformed Event

Occurs after a drill-up is performed.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v20.2.Win.dll

NuGet Packages: DevExpress.Win.Dashboard, DevExpress.WindowsDesktop.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