Back to Devexpress

IDashboardControl.DrillDownPerformed Event

dashboard-devexpress-dot-dashboardwin-dot-idashboardcontrol-88a505de.md

latest2.2 KB
Original Source

IDashboardControl.DrillDownPerformed Event

Occurs after drill-down is performed.

Namespace : DevExpress.DashboardWin

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

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
event DrillActionEventHandler DrillDownPerformed
vb
Event DrillDownPerformed As DrillActionEventHandler

Event Data

The DrillDownPerformed 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