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

DashboardItemInteractivityOptions.IsDrillDownEnabled Property

Gets or sets whether drill-down is enabled.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.1.Core.dll

Declaration

[DefaultValue(false)]
public bool IsDrillDownEnabled { get; set; }

Property Value

Type Default Description
Boolean **false**

true, to enable drill-down; otherwise, false.

Property Paths

You can access this nested property as listed below:

Remarks

Drill-down allows end-users to see what is behind a particular value in the dashboard. When drill-down is enabled, end-users can click a dashboard item element (for instance, a chart bar or a gauge) and view details related to the selected element.

Anim_Cards_DrillDown

To enable drill-down for the current dashboard item, set the IsDrillDownEnabled property to true.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the IsDrillDownEnabled property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also