Skip to main content
All docs
V24.2

ICustomItemInteractivityProvider.PerformDrillDown(Object) Method

In This Article

Drills down the required element by its value.

Namespace: DevExpress.DashboardWin

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

#Declaration

void PerformDrillDown(
    object value
)

#Parameters

Name Type Description
value Object

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

See Also