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

ICustomItemInteractivityProvider.GetCurrentDrillDownValues() Method

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

Namespace: DevExpress.DashboardWin

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

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

Declaration

IList<object> GetCurrentDrillDownValues()

Returns

Type Description
IList<Object>

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

See Also