Back to Devexpress

IDashboardControl.DrillUpPerformed Event

dashboard-devexpress-dot-dashboardwin-dot-idashboardcontrol-34fe0eb6.md

latest2.2 KB
Original Source

IDashboardControl.DrillUpPerformed Event

Occurs after a drill-up is performed.

Namespace : DevExpress.DashboardWin

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

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
event DrillActionEventHandler DrillUpPerformed
vb
Event DrillUpPerformed As DrillActionEventHandler

Event Data

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

PropertyDescription
DashboardItemNameGets the name of the dashboard item.
DrillDownLevelGets the drill-down level.
ValuesGets values from the current drill-down hierarchy.

The event data class exposes the following methods:

MethodDescription
IsNullValue(Object)Returns whether the specified value is DashboardSpecialValues.NullValue.
IsOthersValue(Object)Returns whether the specified value is DashboardSpecialValues.OthersValue.

See Also

IDashboardControl Interface

IDashboardControl Members

DevExpress.DashboardWin Namespace