Skip to main content
A newer version of this page is available. .
All docs
V23.1

ICustomItemInteractivityProvider.PerformDrillDown(Object) Method

Drills down the required element by its value.

Namespace: DevExpress.DashboardWin

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

NuGet Packages: DevExpress.Win.Dashboard, DevExpress.Win.Dashboard.Design

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