A newer version of this page is available.
Switch to the current version.
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
)
Public Function CanPerformDrillUp(
dashboardItemName As String
) As Boolean
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
Feedback