Skip to main content
All docs
V18.2

ASPxClientDashboard.CanPerformDrillDown(String) Method

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

Namespace: DevExpress.DashboardWeb.Scripts

Assembly: DevExpress.Dashboard.v18.2.Web.WebForms.Scripts.dll

Declaration

public bool CanPerformDrillDown(
    string itemName
)

Parameters

Name Type Description
itemName String

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

Returns

Type Description
Boolean

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

See Also