Back to Devexpress

DashboardViewer.GetCurrentDrillDownValues(String) Method

dashboard-devexpress-dot-dashboardwin-dot-dashboardviewer-dot-getcurrentdrilldownvalues-x28-system-dot-string-x29.md

latest2.2 KB
Original Source

DashboardViewer.GetCurrentDrillDownValues(String) Method

Returns an axis point tuple identifying the current drill-down state.

Namespace : DevExpress.DashboardWin

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

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
public AxisPointTuple GetCurrentDrillDownValues(
    string dashboardItemName
)
vb
Public Function GetCurrentDrillDownValues(
    dashboardItemName As String
) As AxisPointTuple

Parameters

NameTypeDescription
dashboardItemNameString

A String that is the component name of the dashboard item.

|

Returns

TypeDescription
AxisPointTuple

An AxisPointTuple object representing a set of axis points.

|

Implements

GetCurrentDrillDownValues(String)

See Also

GetCurrentFilterValues(String)

Synchronize Master Filter and Drill Down Actions Between Dashboards

DashboardViewer Class

DashboardViewer Members

DevExpress.DashboardWin Namespace