DrillActionEventArgs(String, Int32, DashboardDataSet) Constructor
Initializes a new instance of the DrillActionEventArgs class.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
public DrillActionEventArgs(
string dashboardItemName,
int drillDownLevel,
DashboardDataSet values
)
Parameters
Name | Type | Description |
---|---|---|
dashboardItemName | String | A String that is the component name of the dashboard item. |
drillDownLevel | Int32 | A integer value representing the drill-down level. |
values | DashboardDataSet | A DashboardDataSet object that holds values from the drill-down hierarchy. |
See Also