Skip to main content
All docs
V23.2

ICustomItemInteractivityProvider.PerformDrillDown(Object) Method

Drills down the required element by its value.

Namespace: DevExpress.DashboardWin

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

NuGet Package: DevExpress.Win.Dashboard

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