Skip to main content
All docs
V25.1
  • ICustomItemInteractivityProvider.PerformDrillDown(Object) Method

    Drills down the required element by its value.

    Namespace: DevExpress.DashboardWin

    Assembly: DevExpress.Dashboard.v25.1.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