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

    Returns a collection of objects identifying the current drill-down state.

    Namespace: DevExpress.DashboardWin

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

    NuGet Package: DevExpress.Win.Dashboard

    Declaration

    IList<object> GetCurrentDrillDownValues()

    Returns

    Type Description
    IList<Object>

    A collection of objects identifying the current drill-down state.

    See Also