Back to Devexpress

DashboardViewer.CanPerformDrillDown(String) Method

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

latest1.8 KB
Original Source

DashboardViewer.CanPerformDrillDown(String) Method

Returns whether drill down is possible in the current state of the specified dashboard item.

Namespace : DevExpress.DashboardWin

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

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
public bool CanPerformDrillDown(
    string dashboardItemName
)
vb
Public Function CanPerformDrillDown(
    dashboardItemName As String
) As Boolean

Parameters

NameTypeDescription
dashboardItemNameString

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

|

Returns

TypeDescription
Boolean

true , if drill down is possible in the current state of the specified dashboard item; otherwise, false.

|

Implements

CanPerformDrillDown(String)

See Also

CanPerformDrillUp(String)

DashboardViewer Class

DashboardViewer Members

DevExpress.DashboardWin Namespace