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

DrillActionEventArgs(String, Int32, DashboardDataSet) Constructor

Initializes a new instance of the DrillActionEventArgs class.

Namespace: DevExpress.DashboardCommon

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

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