Skip to main content
All docs
V18.2

ASPxClientDashboard.PerformDrillDown(String, Object) Method

Performs a drill-down into the required element by its value.

Namespace: DevExpress.DashboardWeb.Scripts

Assembly: DevExpress.Dashboard.v18.2.Web.WebForms.Scripts.dll

Declaration

public void PerformDrillDown(
    string itemName,
    object value
)

Parameters

Name Type Description
itemName String

A String that species the component name of the dashboard item.

value Object

A value that will be used to perform a drill-down for the required element.

See Also