Skip to main content
A newer version of this page is available. .

DashboardControl.CanPerformDrillUp(String) Method

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

Namespace: DevExpress.DashboardWpf

Assembly: DevExpress.Dashboard.v18.2.Wpf.dll

Declaration

public bool CanPerformDrillUp(
    string dashboardItemName
)

Parameters

Name Type
dashboardItemName String

Returns

Type Description
Boolean

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

See Also